Skip to content

Implementations of algorithms used for competitive programming, with a focus placed on readability, usability, conciseness, and performance (when important)

Notifications You must be signed in to change notification settings

Chillee/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

Implementations of algorithms used for competitive programming, with a focus placed on readability, usability, conciseness, and performance (when important).

Common macros/typedef used:

#define all(v) v.begin(), v.end()
typedef long long ll;
typedef unsigned long long ull;

Repo automatically generated from https://gist.github.com/Chillee. Some algorithms will have comments on the gists.

Many of the best implementations here have/are being ported to https://github.com/kth-competitive-programming/kactl

About

Implementations of algorithms used for competitive programming, with a focus placed on readability, usability, conciseness, and performance (when important)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published