Here I want to post all standard code that I used to solve problems in Online Judges and Competitions.
All codes will be in C++11. (Maybe some codes will be in Java)
I chose divide the algorithms in 6 big groups.
- Computational Geometry
- Data Structure
- Graph
- Math
- Paradigms
- String
Download the code that you want and compile it using this:
g++ codeName.cpp -o code -std=c++11
Gabriel Duarte