Nam's

C++ Algorithm Study 01/10 - 정렬 본문

개발/Algorithm

C++ Algorithm Study 01/10 - 정렬

namespace 2021. 2. 7. 15:35

Study Day 01 정렬

문제: 프로그래머스 - [K번째 수], [가장 큰 수], [H-index]
programmers.co.kr/learn/courses/30/parts/12198

내 코드:
github.com/21600212/CodingTest/tree/master/Programmers/Sorting

배운 것:
C++ STL sort() 사용법
sort() 세 번째 인자 customize 방법
C++ vector 사용법

참고자료:
www.cplusplus.com/reference/algorithm/sort/
blockdmask.tistory.com/178

Comments