This project holds my solutions in leetcode.com.
I play LeetCode to learn not only algorithms, but also languages.
There are several sub projects, which sharing the same test cases.
Sub projects:
With shared test cases, it is easy to write different language solution for the same problem.
There are 2 things are valuable in this toy project.
- The project structure with a build framework.
- The test code which using a csv based cases.