leetcode-rust
leetcode-rust copied to clipboard
Separate LC problem manipulation to a standalone Cargo extension
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.