Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 940 Bytes

File metadata and controls

23 lines (14 loc) · 940 Bytes

CodeForces Solutions

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.

Structure

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

How to Use

  1. Navigate to the desired contest folder to view the problems.
  2. Open the solution files to review my approach and code.
  3. Feel free to use these solutions as references or learning materials.

Contribution

If you have suggestions or improvements, feel free to fork the repository and submit a pull request!

Acknowledgments

Thanks to CodeForces for providing a platform to practice competitive programming and improve problem-solving skills.