Welcome to the 100 Days of Rust Coding Challenge!
This is a challenge for me to learning and improving my Rust programming skills in 100 days.
All the problem I will use is in the Top 100 liked problem in leet code
-
The main rule: Resolved at least 1 problem
-
Try not to copy code from the internet
-
Try to come up with a clean and elegant solution
-
Once you can, write tests (and make them pass)