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.
This repository contains my solutions to Codeforces problems. Each solution is implemented in C++20
.
To get started, simply clone this repository to your local machine:
bash
git clone https://github.com/your_username/Codeforces-Solutions.git
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.
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!
- Fork this repository.
- Create a new branch:
git checkout -b feature/new-solution
. - Make your changes and commit them:
git commit -am 'Add new solution'
. - Push to the branch:
git push origin feature/new-solution
. - Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.