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 f4ac433 commit 227415bCopy full SHA for 227415b
contains-duplicate/SunaDu.py
@@ -20,3 +20,4 @@
20
class Solution:
21
def containsDuplicate(self, nums: List[int]) -> bool:
22
return len(nums) != len(set(nums))
23
+
0 commit comments