[Array] Kth Largest Element in an Array

2021. 3. 29. 09:56프로그래밍-코딩테스트/LeetCode

그냥 내림차순으로 정렬해서 k-1번째 원소 리턴하면 됨...

이거 왜 mideum이지?

'프로그래밍-코딩테스트 > LeetCode' 카테고리의 다른 글

[Tree] Binary Tree Level Order Traversal  (0) 2021.03.29
[Array] Find the Duplicate Number  (0) 2021.03.29
[Array] Combination Sum  (0) 2021.03.29
[Hash] Group Anagrams  (0) 2021.03.27
[Array] Rotate Image  (0) 2021.03.27