Algorithms for use in programming contests, such as Google Code Jam and the ACM ICPC.
Currently includes the following algorithms:
- Dijkstra
- MaxFlow
- Prime numbers
- Various computational geometry functions
Feel free to use this in any contents, but please provide a link to this project in your code.
Most of the code is written for Python 3.x, but should work in Python 2.x with slight modifications.
Licensed under the Apache License, Version 2.0.