tan-wei / leetcode-rust

Apache License 2.0
2 stars 1 forks source link

My Leetcode Solution in Rust

NOTE: The original repository is great! Thanks the author and contributors of it!

Run cargo run {id} to initialize the template submission file of "question #id".

Run cargo test test_{id} to test the solution for "question #id".

Working in progress, to do:

Usage