[][src]Crate contest_algorithms

Algorithms Cookbook in Rust.

Modules

arq_tree

Associative Range Query Tree based on [Al.Cash's compact representation] (http://codeforces.com/blog/entry/18051).

graph

Basic graph module without explicit support for deletion.

math

Number-theoretic utilities for contest problems.

scanner

Generic utility for reading data from standard input, based on voxl's stdin wrapper.

string_proc

String processing algorithms.