CKP

Pure Python implementations of competitive programming algorithms.

View the Project on GitHub 123jimin/ckp

Graph Theory

ckp.graph_theory contains implementations of algorithms on graphs.

While following algorithms currently use recursion, replacing them with manual stack management is planned.

Strongly Connected Components

Bipartite Matching