📚 This repository is a structured archive of my Codeforces problem solutions, sorted by type of practice and contest participation. It's a personal learning journal, and maybe a helpful resource for others.
codeforces/
├── contest/ # 🏁 Solutions from official Codeforces contests
├── training/ # 🧠 Practice problems and custom sets
└── edu/ # 🎓 explaining some stuff
-
contest/
Includes source code submitted during Codeforces rated contests (Div. 1, 2, 3, etc). File names often follow the formatround_problem.cpp. -
training/
Personal practice and problem-solving outside of contests, including topic-specific sets. -
edu/
This is more than just code!
Alongside solutions, you’ll find:- ✏️ Annotated source code
- 📄 Short writeups or inline explanations
- 🧩 Topic breakdowns (e.g., Segment Trees, DSU, Two Pointers, Binary Search)
Intended to serve as a learning resource both for me and others.
- Username: porcelli
- Max Rating: specialist 🔵
- Favorite Tags: dp, graph, math
Clone the repository to browse solutions:
git clone https://github.com/firekern/codeforces.git
cd codeforces/