Tip
To read this README in Spanish, click here
This repository contains my solutions to various Codeforces problems, organized by contests and difficulties. It serves as both a personal reference and a resource for those looking to learn new strategies and approaches to competitive programming.
Each solution is organized into subdirectories according to its corresponding contest and problem:
📂 Codeforces-Solutions
├── 📂 Contests
│ ├── 📂 Codeforces Round 1017 (Div. 4)
│ │ ├── 📝 A_Problem_Name.cpp
│ │ ├── 📝 B_Another_Problem.cpp
│ │ ├── 📝 C_Problem.cpp
│ │ └── 📝 D_Tung_Tung_Sahur.cpp
│ ├── 📂 Codeforces Round 1018 (Div. 3)
│ └── ...
├── 📜 README.md
└── 📜 README.es.md
- Explore the Contests folder to view solutions organized by competitions.
- Language: C++
If you're learning competitive programming, here are some useful resources:
If you have suggestions or want to discuss a solution, feel free to open an issue or reach out! 😃