Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 395 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 395 Bytes

LeetCode-Java

LeetCode In Action (Java)

#Langauge Level Java 8

#Verbosity Java is more verbose than Python. Verbosity is not a elegant thing in Algorithm.
This code is extremely verbose: Triangle Path

#Test Better to manual debug.
Alternatively, feed -ea to JVM to enable assertions.