This is a Rust mirror of the C++ repo cpp-solver,
The repository is based on example-contests-workspace and it's organized into the following directories:
-
algo_lib/: Implementations of core and advanced data structures and algorithms. These are reusable building blocks refined throughout years of solving problems. EgorKulikov's algo_lib served as a reference and inspiration, but everything here is written from scratch, adapted to my own style, and extended with my own additions. -
tasks/: Solutions from various online judges, competitions, and solutions progress of Competitive Programming 4 -
archive/: Solutions moved out oftasks/once they're done, keeping the working directory focused on active problems.
The repo uses rust-competitive-helper.
Some online judges like UVA still does not support Rust.