Skip to content

Commit abdc97f

Browse files
fix: remove indentation error and improve formatting
Updated docstring to clarify the purpose of the function.
1 parent 1ec340c commit abdc97f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maths/two_pointer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""
1+
"""
22
Two Pointer Technique for Two Sum Problem (Sorted Array)
33
44
Given a sorted array of integers, return indices of the two numbers such

0 commit comments

Comments
 (0)