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 e890414 commit 03641f9Copy full SHA for 03641f9
1 file changed
contains-duplicate/doh6077.py
@@ -5,4 +5,3 @@ def containsDuplicate(self, nums: List[int]) -> bool:
5
# Create a set to store unique numbers from nums
6
nums_set = set(nums)
7
return len(nums_set) != len(nums)
8
-
0 commit comments