This repository contains Python solutions to problems from the Baekjoon Online Judge.
Each folder includes:
README.md
: Problem description (from Baekjoon)main.py
: My solution code
algorithm/
├── 10026번: 적록색약/
│ ├── README.md # Problem description
│ └── main.py # Python solution
- Language: Python 3
- Level: Bronze ~ Gold
- Focus: Greedy, Graph, Implementation