algorist 0.10.2

Algorithms and data structures for competitive programming
Documentation
1
2
3
4
5
6
7
8
#![allow(rustdoc::redundant_explicit_links)]
#![doc = include_str!("./README.md")]

pub mod collections;
pub mod ext;
pub mod io;
pub mod math;
pub mod misc;