Expand description
Collection of basic algorithms for everyday development
Modulesยง
- binary_
search - Binary search algorithm.
- binary_
tree - Binary Tree
- bloom_
filter - Bloom filter
- combinatorics
- Combinatorics algorithms
- dsu
- DSU (disjoint-set-union)
- graph
- Graph algorithms
- huffman
- Huffman Coding
- math
- Mathematics algorithms
- segment_
tree - Segment Tree
- sheduling
- Sheduling algorithms
- sparse_
table - Sparse table
- string
- String-searching algorithms.
- trie
- Trie or prefix tree