Skip to content

rkistner/contest-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Algorithms for use in programming contests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published