sort-even-and-odd-indices-independently

 

https://leetcode.com/problems/sort-even-and-odd-indices-independently/

34:20.98

  • ì •ë ¬ 유틸 사용법 숙지
    • 오름차순 : Collections.sort(list)
    • 내림차순 : Collections.sort(list, Collections.reverseOrder())