algonds
                                
                                 algonds copied to clipboard
                                
                                    algonds copied to clipboard
                            
                            
                            
                        Database of programming challenges along some TUI for interactive solving
Algonds
Command line application for offline practice of competitive programming tasks with correctness and performance analysis.
Every feedback/contribution is welcome ❤️
Demo
 
How to run
For the first time
Assuming Rust is installed:
  git clone https://github.com/MaciejWas/algonds
  cd algonds
  cargo run -- help
Offline mode
  cargo run -- --db-path=./src/data/db.yaml run
How to add new problems
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)