Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 904 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 904 Bytes

CSES Problem Set Solutions

Welcome to my CSES Problem Set solutions repository! This repository contains my solutions to various problems from the CSES Problem Set. The solutions are implemented in C++.

Problem Naming Convention

Each problem solution is named after the problem name in camelCase format. If the problem name contains spaces, they are removed and the words are concatenated in camelCase.

For example, if the problem name is "Two Knights", the solution file will be named twoKnights.cpp.

Input Files

If a problem requires an input file, you will find it in the repository named after the problem name, followed by "_input.txt".

For example, if the problem name is "Apple Division", the input file will be named appleDivision_input.txt.

How to Use

  1. Clone this repository to your local machine.

    git clone https://github.com/AbhikKhan/CSES_CPP.git