LeetCode 217: Contains Duplicates
Date: January 13, 2026Category: HashMap | Set | Array | LoopTime Taken: 5 minutesDifficulty: Easy
Problem Statement
Given an integer array nums, return true if any value appears at least twice in the array, and return false if every element is disti...
varchasvh.hashnode.dev2 min read