This repository contains solutions to algorithm problems from Baekjoon Online Judge and Programmers.
All solutions are implemented in Python and organized by category and level.
| No. | Category | Subtopics |
|---|---|---|
| 01 | Data Structures | Stack_Queue, Set, Heap |
| 02 | Sorting & Searching | Binary_Search |
| 03 | Graph Traversal | Dijkstra, BFS, DFS |
| 04 | Dynamic Programming | Basic_DP, Knapsack, LCS_LIS |
| 05 | Greedy | – |
| 06 | Backtracking | – |
| 07 | Two Pointers | – |
| 08 | Tree | – |
| 09 | Math & Combinatorics | Geometry, Math |
| 10 | String | – |
| 11 | Implementation & Simulation | – |
- Lv1:
programmers/lv1/ - Lv2:
programmers/lv2/ - Lv3:
programmers/lv3/ - Lv4:
programmers/lv4/ - Lv5:
programmers/lv5/