Algorithm 17
- 이진 트리(Binary Tree)
- 트리(Tree)
- 다익스트라(Dijkstra)
- 최단 경로(Shortest Path)
- 투 포인터(Two Pointers)
- [백준 30413] 양 한 마리... 양 A마리... 양 A제곱마리... - python
- [백준 2630] 색종이 만들기 - python
- 이분 탐색(이진 탐색, binary search)
- 모듈로(modulo) 연산, 페르마의 소정리(FlT)
- 분할 정복(Divide and Conquer)
- [백준 1793] 타일링 - python
- [백준 12865] 평범한 배낭 - python
- 그리디 알고리즘(Greedy Algorithm)
- 동적 계획법(DP, Dynamic Programming)
- 0-1 배낭 문제(0-1 Knapsack Problem)
- 우선순위큐(priority queue, heap)
- [백준 1904] 01타일 - python