Crate librualg[][src]

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

graph

Graph algorithms

huffman

Huffman Coding

math

Mathematics algorithms

segment_tree

Segment Tree

sparse_table

Sparse table

string

String-searching algorithms.

trie

Trie or prefix tree