Skip to content

Files

Latest commit

aQuaaQua
aQua
and
aQua
Aug 22, 2017
6b81b75 · Aug 22, 2017

History

History

0217.contains-duplicate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 22, 2017
Aug 22, 2017
Aug 22, 2017

题目

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.

解题思路

见程序注释