algorist 0.10.2

Algorithms and data structures for competitive programming
Documentation
1
2
3
4
5
6
7
8
9
//! Various collections that are not part of the standard library.
//!
//! Currently, this module contains:
//!
//! | Module | Description
//! | --- | ---
//! | [`arr_2d::Arr`] | A 2D array implementation with various utility methods.

pub mod arr_2d;