This repository contains solutions to a wide range of problems from Codeforces, one of the most popular competitive programming platforms. The solutions are implemented mainly in C++, with some problems solved in C and Python.
- 📁 Difficulty_A/, Difficulty_B/, Difficulty_C/: Problems are now organized into folders based on their Codeforces difficulty level (A, B, C). Each folder contains solution files named after the problem IDs (e.g.,
1A.c,230B.cpp,1950C.cpp). - 📁 Assiut_University_Training/: Themed problem sets or training camp solutions.
- 📝 This structure makes it easier to browse and find problems by their difficulty.
Note: For the complete and up-to-date contents, please browse the repository on GitHub.
- C++ (primary)
- C
- Python
- Browse the repository for the problem you are interested in (search by problem ID).
- Open the corresponding file (e.g.,
116A.cpp) to view the solution. - Some solutions may include comments explaining the approach and logic used.
Feel free to fork the repository and submit pull requests with improved solutions or solutions to additional problems.
This repository does not currently specify a license. Please respect Codeforces' policies and use these solutions for learning and educational purposes only.
This repository is for educational and self-improvement purposes. If you are actively participating in Codeforces contests, avoid using these solutions for unfair advantage.