Contains Duplicate

Try to solve the Contains Duplicate problem.

Statement

For a given array of integers, nums, return TRUE if it contains duplicates. Otherwise, return FALSE.

Constraints:

  • ...

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.