aldew5 / Competitive-Programming

Solutions and explanations for competitive programming problems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Competitive-Programming

Solutions and explanations to competitive programming problems in C++. Most of the solutions are my own, but some are the commented versions of another author's code. In these cases, credit to the original author is given in the header.

The algorithms and data structures folder contains individual templates for standard functions. These can simply be copied into your file during a contest. The templates contain standard implementations of frequently used functions.

Please use these solutions to help you understand problems. Do not copy them directly!

About

Solutions and explanations for competitive programming problems.

License:MIT License


Languages

Language:C++ 96.8%Language:Python 3.1%Language:C 0.1%