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 174ec34 commit 902b1b0Copy full SHA for 902b1b0
README.md
@@ -4,7 +4,11 @@ LeetCode-Java
4
LeetCode In Action (Java)
5
6
#Langauge Level
7
-Java 8, and of course, Java is more verbose than Python. Verbosity is not a elegant thing in Algorithm.
+Java 8
8
+
9
+#Verbosity
10
+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
-Dont't use program to test, use manual debug as if in interviews.
14
+Dont't use program to test, use manual debug as if in interviews.
0 commit comments