[Array] Find the Duplicate Number
2021. 3. 29. 10:02ㆍ프로그래밍-코딩테스트/LeetCode
두번 나온 element 리턴하기
set을 이용하여 처음 나온 element는 add로 set에 넣고, 두번째 나온건 해당 element를 리턴하면 됨
왜 medium일까 궁금한 문제..
나중에 바이너리 서치나 투포인터로도 풀어보자
'프로그래밍-코딩테스트 > LeetCode' 카테고리의 다른 글
[Tree] Binary Tree Right Side View (0) | 2021.03.29 |
---|---|
[Tree] Binary Tree Level Order Traversal (0) | 2021.03.29 |
[Array] Kth Largest Element in an Array (0) | 2021.03.29 |
[Array] Combination Sum (0) | 2021.03.29 |
[Hash] Group Anagrams (0) | 2021.03.27 |