treez 1.6.0

A collection of useful data structures.
Documentation
extern crate rand;

pub mod segsum;

pub mod segmax;

pub mod rb;

pub mod prefix;

pub mod dsu;

pub mod bit;

#[path = "scc_kosaraju.rs"]
pub mod scc;

pub mod backtrack;

#[path = "treap2.rs"]
pub mod treap;

pub mod queue_monotone;

pub mod lower_bound;

pub mod upper_bound;