CKP

Pure Python implementations of competitive programming algorithms.

View the Project on GitHub 123jimin/ckp

Data Structure

ckp.data_structure contains implementations of many different kinds of data structures.

Disjoint Set: ckp.data_structure.disjoint_set

Graphs: ckp.data_structure.graph

Segment Trees: ckp.data_structure.segment_tree

Sorted Containers: ckp.data_structure.sorted_containers