We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21bc67 commit fb3980dCopy full SHA for fb3980d
contains-duplicate/heypaprika.py
@@ -1,4 +1,4 @@
1
-# Big-O 예상 : O(n*k)
+# Big-O 예상 : O(n)
2
class Solution:
3
def containsDuplicate(self, nums: List[int]) -> bool:
4
num_dict = {}
0 commit comments