Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 802 Bytes

File metadata and controls

28 lines (17 loc) · 802 Bytes

DESCRIPTION

C++ solutions to Codeforces problems of difficulty level 800

WHAT YOU CAN CONTRIBUTE

  1. Alternative solutions to the problems uploaded here by creating a new source file under the respective problem folder. Languages used can be C++. Java, C#, Python
  2. Solutions to new problems

ENVIRONMENT

  1. Ensure your solution compiles on Windows
  2. Do not include any platform specific libraries or headers

HOW TO CONTRIBUTE

  1. Fork this repository or click here

  2. Clone this repository on your local machine
    git clone https://github.com/pcodex/codeforces800.git

  3. Make changes locally

  4. Push the changes to github

  5. Raise a PR

  6. Ensure all items in the PR checklist are done and submit it

  7. Happy Coding 😀