Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 465 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 465 Bytes

Protohackers Challenge

Solutions to the protohackers challenge.

Each problem's solution is implemented as a separate binary crate named after the problem:

cargo run --bin <binname>

where binname can be one of: smoketest, primetime, meanstoanend, budgetchat, unusualdb, mob, speed, reversal, insecure, jobcentre, vcs, pestcontrol

Run cargo run --bin <crate> -- -h to see a list of options.