- [선택 정렬(Selection Sort)]
- [거품 정렬(Bubble Sort)]
- [병합 정렬(Merge Sort)]
- [삽입 정렬(Insertion Sort)]
- [퀵 정렬(Quick Sort)]
- [힙 정렬(Heap Sort)]
- [투포인터 알고리즘]
- [순열(Permutation)]
- [BFS & DFS]
- [이분 탐색(Binary Search)]
- [최대공약수와 최소공배수]
- [lru cache]
g++ -std=c++14 -Wall 11021.cpp -o test.out./test.out