This repository has been archived by the owner on Sep 22, 2021. It is now read-only.
0217 - Contains Duplicate #84
Labels
Array
difficulty-easy
good first issue
Good for newcomers
hacktoberfest
HashTable
help wanted
Extra attention is needed
Description of the Problem
Given an array of integers, find if the array contains any duplicates.
Your function should return true if any value appears at least twice in the array, and it should return false if every element is distinct.
Example 1:
Example 2:
Example 3:
Code
Link To The LeetCode Problem
LeetCode
The text was updated successfully, but these errors were encountered: