We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5b2b7 commit 22c3286Copy full SHA for 22c3286
README.md
@@ -11,4 +11,5 @@ Java is more verbose than Python. Verbosity is not a elegant thing in Algorithm.
11
This code is extremely verbose: [Triangle Path](https://github.com/algorhythms/LeetCode-Java/blob/master/src/Triangle/Solution.java)
12
13
#Test
14
-Dont't use program to test, use manual debug as if in interviews.
+Better to manual debug.
15
+Alternatively, feed `-ea` to JVM to enable assertions.
0 commit comments