This repository aggregates the solutions that I posted on BOJ acmicpc.net
Primarily using C++, but I use Python and Rust occasionally.
Currently solving level 44 / 53 (DP4)
Topics (but not limited to):
- Loops
- Strings
- 2D Arrays
- Sorting
- Recursion
- DP
- Greedy
- Divide and Conquer
- Graphs
- Union Find
- Tree DP
- String Algorithm (KMP, ...)
- SCC
- Swiping
For more details: BOJ levels
Solve levels on solved.ac
Get Rusty!!