Pure Python implementations of competitive programming algorithms.
ckp.graph_theory contains implementations of algorithms on graphs.
ckp.data_structure.graph, not under ckp.graph_theory.ckp.graph_theory.tree.While following algorithms currently use recursion, replacing them with manual stack management is planned.