Skip to content

joserafael0160/Codeforces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🏆 Codeforces Solutions

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.

📌 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:

🔥 Contact & Feedback

If you have suggestions or want to discuss a solution, feel free to open an issue or reach out! 😃