Skip to content

Vzenun/Codeforces-Problems-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Sorry, we had to truncate this directory to 1,000 files. 13 entries were omitted from the list.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeforces Problem Solutions

This repository contains my solutions to various problems on Codeforces. The solutions are written in C++ programming language.

Structure of the repository: The repository is structured as follows:

Each problem has its own file name with the same name and code as its codeforces problem name. README.md: This file provides information about the repository and its contents. How to use the repository

You can clone this repository to your local machine using the following command:

git clone https://github.com/Vzenun/Codeforces-Problems-Solutions.git To run the solutions, navigate to the problem's file name and run the code in your local IDE. Make sure to read the problem statement carefully before running the code.