EbTech / rust-algorithms

Common data structures and algorithms in Rust
MIT License
3.71k stars 219 forks source link

Q: How to use this crate in programming contests? #24

Open mariocynicys opened 2 years ago

mariocynicys commented 2 years ago

For instance, how to submit my solution that uses this crate to a codeforces judge? They require your solution to be in one file. Is there any kind of pre-submission script that could handle dumping the entire crate in the solution file?

EbTech commented 2 years ago

This would be a really nice addition, if someone wants to add it. So far, I've just manually copied the modules I needed on a per-problem basis.