Skip to content

projectPythonator/usask-competitive-prog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Programming Contest Cheat Sheet (python 3)


Description

This Repository is a collection of Alogrithm implementations seen frequently in both competitve programming contests and interviews. We use python to take advantage of pythons ability to produce short code implementations at the cost of a constant factor at runtime. We are trying to implement the shortest code that still has a reasonable runtime. Most of the code is writen in a way that translating it to c, java, or c++ should be reasonably easy this and lots of the code comes from c/c++ implmemtations

Table of contents

Math Algos

About

Programming contest cheat sheet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.0%
  • C++ 9.6%
  • TeX 0.4%