Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 212 Bytes

File metadata and controls

5 lines (4 loc) · 212 Bytes
Given an integer array nums, return true if any value appears at least twice in the array, and return false if every element is distinct.

Problem link