Skip to content

Commit 62ea83d

Browse files
authored
Update line-reflection.py
1 parent 0fe9f5f commit 62ea83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/line-reflection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def isReflected(self, points):
2525

2626
# Time: O(nlogn)
2727
# Space: O(n)
28-
# Hash solution.
28+
# Two pointers solution.
2929
class Solution2(object):
3030
def isReflected(self, points):
3131
"""

0 commit comments

Comments
 (0)