The Blind 75 Leetcode Series: Contains Duplicate

Jonathan Chao
3 min readNov 17, 2022
Photo by Chris Ried on Unsplash

Today, we are working on 217. Contains Duplicate

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.

--

--

Jonathan Chao

I am a software developer who has been in this industry for close to a decade. I share my experience to people who are or want to get into the industry