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 83fcb5b commit f23c237Copy full SHA for f23c237
contains-duplicate/kayden.py
@@ -4,4 +4,3 @@ class Solution:
4
def containsDuplicate(self, nums: List[int]) -> bool:
5
unique_nums = set(nums)
6
return len(unique_nums) != len(nums)
7
-
0 commit comments