General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anarchy Pooint
NeetCode
comments
Comments by "Anarchy Pooint" (@AnarchySane) on "Contains Duplicate - Leetcode 217 - Python" video.
return len(set(nums)) != len(nums)
4
@FCBarcelonaXMI That's right, on the first repeat it will all end.
4