[−][src]Crate contest_algorithms
Algorithms Cookbook in Rust.
Modules
graph | Basic graph module without explicit support for deletion. |
math | Number-theoretic utilities for contest problems. |
range_query | |
scanner | Generic utility for reading data from standard input, based on voxl's stdin wrapper. |
string_proc | String processing algorithms. |