LeetCode problems solution collection, mainly using Python.
$ make install
# style checking
$ make lint
# type checking
$ make typecheck
$ make test
If you have found a bug or have a request for additional functionality, please use the issue tracker on GitHub.
https://github.com/billy0402/leetcode/issues
Released under MIT by @billy0402.