Home

Awesome

Algos

Collection of different algorithms, used for programming competitions like ACM ICPC.

Algorithms are divided by topic. Most algorithms are runnable from the file as is. Every algorithm has a reference problem on which it was tested, and some notes about its time and space complexity.

Feel free to use for any purposes (you may contact authors before, if you feel like it).

For any suggestions, corrections or questions contact adilet.zxy@gmail.com or open issue and/or pull request here.

List of algorithms

Dynamic Programming

Data Structures

Geometry

Graphs

Number Theory

Other

Strings