Crate competitive_programming_rs [] [src]

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.

graph

Algorithms related to graph theory.

math

Mathematical algorithms.

test_helper

Functions to test this library with contest-style IO files.