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 b064d08 commit de91997Copy full SHA for de91997
contains-duplicate/HYUNAHKO.py
@@ -7,4 +7,5 @@ def containsDuplicate(self, nums: List[int]) -> bool:
7
if src == nums[j]:
8
return True
9
return False
10
- return False
+ return False
11
+
0 commit comments