December 3, 2025 128. Longest Consecutive Sequence Master the O(n) solution for finding the longest consecutive sequence in an unsorted array using Hash Sets. algorithm data-structures hash-set array leetcode Read more
November 30, 2025 217. Contains Duplicate Master the fundamental array problem of detecting duplicates using Hash Sets, Sorting, and Brute Force approaches. algorithm data-structures hash-set arrays sorting Read more