# algorist
[](https://crates.io/crates/algorist)
[](https://docs.rs/algorist)
[](https://github.com/rust-secure-code/safety-dance/)
[](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