An open API service indexing awesome lists of open source software.

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.

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! 😃