Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 499 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 499 Bytes

contest-algorithms

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.