Important
Translated version from the Korean version into English with D3.js visualization β master coding tests with 95 algorithm problems.
π Open index.html to browse all problems with interactive visualizations.
β
Errata: https://www.onlybook.co.kr/entry/algorithm-interview-errata
β
Book Info: https://www.onlybook.co.kr/entry/algorithm-interview
β
YouTube: https://www.youtube.com/watch?v=fNyGHpSWhTA
- Ch4 Performance Comparison
- Ch9 Stack
- Ch11 Birthday Problem
- Ch12 Graph Traversals
- Ch14 Tree Traversals
- Ch15 Binary Heap
- Ch17 Bubble Sort
- Ch17 Quick Sort
- Ch21 Fractional Knapsack Problem
- Ch23 0-1 Knapsack Problem
- Problem 7: Test cases were removed, resulting in different execution times. #62
- Problem 25: For a more efficient solution, see #105.
- Problem 33: For a more efficient solution, see #91.
- Problem 35: For a more efficient solution, see #111.
- Problem 36: For a more efficient solution, see #112.
- Problem 41: Due to test case changes, the solution now times out. #104
- Problem 47: Due to evaluation function changes, comment out the
TreeNodedeclaration before running. #97 - Problem 75: Additional test cases were added, solution no longer passes. For new solution, see #67.
