Crate librualg

Source
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