Skip to content

Solutions to Codeforces programming problems, organized by contest and problem. Includes well-commented code in multiple languages, explanations of algorithms and data structures used, and helpful resources for competitive programming practice.

Notifications You must be signed in to change notification settings

5S4D1/Codeforces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeforces Stats

Codeforces Solutions

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.

Repository Structure

  • 📁 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.

Languages Used

  • C++ (primary)
  • C
  • Python

How to Use

  1. Browse the repository for the problem you are interested in (search by problem ID).
  2. Open the corresponding file (e.g., 116A.cpp) to view the solution.
  3. Some solutions may include comments explaining the approach and logic used.

Contributing

Feel free to fork the repository and submit pull requests with improved solutions or solutions to additional problems.

License

This repository does not currently specify a license. Please respect Codeforces' policies and use these solutions for learning and educational purposes only.

Author


This repository is for educational and self-improvement purposes. If you are actively participating in Codeforces contests, avoid using these solutions for unfair advantage.

About

Solutions to Codeforces programming problems, organized by contest and problem. Includes well-commented code in multiple languages, explanations of algorithms and data structures used, and helpful resources for competitive programming practice.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published