Skip to content

firekern/codeforces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Competitive Programming Archive - Codeforces by firekern (porcelli)

Codeforces Profile GitHub stars MIT License

📚 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.


📁 Repository Structure

codeforces/
├── contest/ # 🏁 Solutions from official Codeforces contests
├── training/ # 🧠 Practice problems and custom sets
└── edu/ # 🎓 explaining some stuff

➕ Folder Details

  • contest/
    Includes source code submitted during Codeforces rated contests (Div. 1, 2, 3, etc). File names often follow the format round_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.


👨‍💻 My Codeforces Handle

  • Username: porcelli
  • Max Rating: specialist 🔵
  • Favorite Tags: dp, graph, math

⚙️ How to Use

Clone the repository to browse solutions:

git clone https://github.com/firekern/codeforces.git
cd codeforces/

About

my codeforce grind

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors