solutions for leetcode quesitons in rust.
Here are the purpose of this project:
- be able to run the solution of the leetcode problems
- be able to print the performance data.
- be able to run the test cases.
- be able to run unit test
- be able to run specified solution by using the command line arguments.
here are the thought I can think of so far, update this when I have more ideas.