Skip to content

Latest commit

 

History

History
executable file
·
22 lines (16 loc) · 515 Bytes

README.md

File metadata and controls

executable file
·
22 lines (16 loc) · 515 Bytes

pengyifan-leetcode

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.

Requirements

  • Java version >= 1.6
  • Maven2
  • pytest

Unit tests

Almost all problems are accompanied by test cases. Some have corner test cases, others do not.

mvn test

Run pytest

You can go to src/main/python then run

pytest pyleetcode/xxx.py