This repository contains solutions to various problems I've solved on CodeForces over the years. Each folder corresponds to a different contest, making it easy to navigate through the problems I tackled.
- Each contest is organized in its own folder named afterthe gym or contest (e.g., '1235').
- Inside each folder, you will find:
- Individual solution files for each problem (e.g.,
A-problem_name.cpp
,B-problem_name.py
).
- Individual solution files for each problem (e.g.,
- Navigate to the desired contest folder to view the problems.
- Open the solution files to review my approach and code.
- Feel free to use these solutions as references or learning materials.
If you have suggestions or improvements, feel free to fork the repository and submit a pull request!
Thanks to CodeForces for providing a platform to practice competitive programming and improve problem-solving skills.