algorist 0.10.2

Algorithms and data structures for competitive programming
Documentation
# algorist

[![crates.io](https://img.shields.io/crates/d/algorist.svg)](https://crates.io/crates/algorist)
[![docs.rs](https://docs.rs/algorist/badge.svg)](https://docs.rs/algorist)
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
[![dependencies](https://deps.rs/repo/github/farazdagi/algorist/status.svg)](https://deps.rs/repo/github/farazdagi/algorist)

Algorithms and data structures for competitive programming.

## Usage

The `algorist` crate is a library of algorithms and data structures, which can be used in your
contest projects.

The easiest way to use it in your contests, is to rely on
[cargo-algorist](https://crates.io/crates/cargo-algorist) CLI tool, which provides all the necessary
commands to create a new contest project, add problems, and bundle them for submission.

## Included algorithms and data structures

See the [`documentation`](https://docs.rs/algorist/latest/algorist/).

## License

MIT