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 445d292 commit 99826d9Copy full SHA for 99826d9
contains-duplicate/do-heewan.py
@@ -5,3 +5,4 @@ def containsDuplicate(self, nums: List[int]) -> bool:
5
if len(nums) != len(sets):
6
return True
7
return False
8
+
0 commit comments