Skip to content

Commit 51e2db9

Browse files
authored
Update finding-pairs-with-a-certain-sum.py
1 parent 2421b4f commit 51e2db9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/finding-pairs-with-a-certain-sum.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Time: ctor: O(n1 + n2)
2-
# add: O(1)
1+
# Time: ctor: O(n1 + n2)
2+
# add: O(1)
33
# count: O(n1)
44
# Space: O(n1 + n2)
55

0 commit comments

Comments
 (0)