Guideline provided by the book '이것이 코딩 테스트다 with Python' (2020)
- Chapter 3: 그리디 / Greedy Search
- Chapter 4: 구현 / Implementation
- Chapter 5: DFS-BFS
- Chapter 6: 정렬 / Sorting
- Chapter 7: 이진 탐색 / Binary Search
- Chapter 8: 다이나믹 프로그래밍 / Dyanmic Programming
- Chapter 9: 최단 경로 / Shortest Path
- Chapter 10: 그래프 이론 / Graph Theory