This repository is log of algorithm problems that challenged me. All solutions are written in Python, with comments and notes about mistakes, and alternative approaches. All problems are from 'Baekjoon Online Judge(BOJ)'.
- Python 3.11
- Solutions to challenging algorithm problems from Baekjoon Online Judge (BOJ). code explaining logic and approach.
- Notes on mistakes for review.
- Organized file naming by problem number and title.
python 0000_Name.pyProject/
├── .gitignore
├── README.md
├── 0000_Name.py
├── 0001_Name.py
└── ...
MIT License
Name: Jiyong Kim (ZYONGE)
Profile: https://github.com/ZYONGE
Motivation: To document and review challenging algorithm problems I have solved.