https://github.com/joserafael0160/codeforces
A list of solved problems from Codeforces along with an explanation for each one.
https://github.com/joserafael0160/codeforces
algorithm algorithms algorithms-and-data-structures algorithms-implemented algoritmo algoritmos c codeforces codeforces-problems codeforces-solutions codeforces-solutions-github competitive-programming competitiveprogramming cplusplus cpp programacion-competitiva
Last synced: 2 months ago
JSON representation
A list of solved problems from Codeforces along with an explanation for each one.
- Host: GitHub
- URL: https://github.com/joserafael0160/codeforces
- Owner: joserafael0160
- License: gpl-3.0
- Created: 2023-08-02T10:38:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T01:02:48.000Z (over 2 years ago)
- Last Synced: 2025-01-19T09:43:40.655Z (about 1 year ago)
- Topics: algorithm, algorithms, algorithms-and-data-structures, algorithms-implemented, algoritmo, algoritmos, c, codeforces, codeforces-problems, codeforces-solutions, codeforces-solutions-github, competitive-programming, competitiveprogramming, cplusplus, cpp, programacion-competitiva
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏆 Codeforces Solutions
> [!TIP]
> To read this README in Spanish, click [here](https://github.com/joserafael0160/Codeforces/blob/main/README.es.md)
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**.
## 📌 Repository Structure
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
```
## 🚀 How to Use This Repository
1. Explore the **Contests** folder to view solutions organized by competitions.
## 🛠️ Stack
- **Language:** C++
## 📖 Additional Resources
If you're learning **competitive programming**, here are some useful resources:
- [Codeforces](https://codeforces.com/)
- [CP-Algorithms](https://cp-algorithms.com/)
## 🔥 Contact & Feedback
If you have suggestions or want to discuss a solution, feel free to open an **issue** or reach out! 😃