My Java/Python solution for Leetcode Online Judge. All the codes are tested using online-judge. Please feel free to let me know if you have any problem or better solutions.
- Java version >= 1.6
- Maven2
- pytest
Almost all problems are accompanied by test cases. Some have corner test cases, others do not.
mvn test
You can go to src/main/python
then run
pytest pyleetcode/xxx.py