Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.45 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.45 KB

Codeforces Problem Solutions

Welcome to my repository containing solutions to Codeforces problems in C++! Here you'll find my solutions to various Codeforces problems along with explanations and approaches.

Table of Contents

About

This repository contains my solutions to Codeforces problems. Each solution is implemented in C++20.

Getting Started

To get started, simply clone this repository to your local machine:

bash git clone https://github.com/your_username/Codeforces-Solutions.git

Problem Solutions Repository

This repository contains solutions to various problems, each stored in its own directory named after the problem's ID and Name. Inside each directory, you will find the C++ source file containing the solution code along with a text file containing link to the problem.

Contributing

If you'd like to contribute to this repository by adding more solutions or improving existing ones, feel free to open a pull request. Contributions are highly appreciated!

  1. Fork this repository.
  2. Create a new branch: git checkout -b feature/new-solution.
  3. Make your changes and commit them: git commit -am 'Add new solution'.
  4. Push to the branch: git push origin feature/new-solution.
  5. Submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.