leetcode.com/explore/interview/card/top-interview-questions-easy/92/array/549/ Explore - LeetCode LeetCode Explore is the best place for everyone to start practicing and learning on LeetCode. No matter if you are a beginner or a master, there are always new topics waiting for you to explore. leetcode.com 풀이 배열을 오름차순으로 정렬하여 현재의 수와 다음 수를 비교, 같다면 반복횟수를 +1 해줌. 만약 다르고 반복횟수 또한 1이라면 그것은 Single Number 다..