Blog
Thoughts, tutorials and insights on software engineering and DevOps.
Category: Coding

Coding
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.
Apr 11, 2026
2 min read