Command line application for offline practice of competitive programming tasks with correctness and performance analysis.
Every feedback/contribution is welcome ❤️
Assuming Rust is installed:
git clone https://github.com/MaciejWas/algonds
cd algonds
cargo run -- help
cargo run -- --db-path=./src/data/db.yaml run
This app is still in early stages of it's development and there aren't many interesting problems for now. You can add new problem by:
- Adding new problem and test cases in
src/data/db.yaml
- Adding stress tests in
src/data.rs
(see functiongenerate_stress_tests_for
)