Skip to content

Commit

Permalink
Update finding-pairs-with-a-certain-sum.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 authored May 17, 2021
1 parent 2421b4f commit 51e2db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Python/finding-pairs-with-a-certain-sum.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Time: ctor: O(n1 + n2)
# add: O(1)
# Time: ctor: O(n1 + n2)
# add: O(1)
# count: O(n1)
# Space: O(n1 + n2)

Expand Down

0 comments on commit 51e2db9

Please sign in to comment.