aylei / leetcode-rust

my leetcode solutions in rust
Apache License 2.0
717 stars 141 forks source link

Separate LC problem manipulation to a standalone Cargo extension #7

Open aylei opened 5 years ago

aylei commented 5 years ago

Currently, the problem manipulation tool is mixed with solutions, which is inflexible and cannot be easily used outside this project.

Build a standalone Cargo extension to do such stuffs will be more maintainable and usable.