Crate competitive_programming_rs

Source
Expand description

§The Competitive Programming Library in Rust

The Competitive Programming Library in Rust is a set of snippets, which can be used in programming contests.

Modules§

data_structure
Structures that can efficiently operate data.
geometry
Geometry algorithms.
graph
Algorithms related to graph theory.
math
Mathematical algorithms.
string
String algorithms.
utils
Utilities for tests, stdin, and so on.