contest-algorithms 0.1.3

Common algorithms and data structures for programming contests
Documentation
1
2
3
4
5
6
//! Algorithms Cookbook in Rust.
pub mod arq_tree;
pub mod graph;
pub mod math;
pub mod scanner;
pub mod string_proc;