Solutions to leetcode problems written in rust.
Each solution is a lib crate. To test all the solutions at once run this shell command in the repo folder:
$ cargo testTo test an individual solution go to the corresponding folder and execute the same cargo test command.