Skip to content

Commit 902b1b0

Browse files
author
Daniel D. Zhang
committed
Update README.md
1 parent 174ec34 commit 902b1b0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ LeetCode-Java
44
LeetCode In Action (Java)
55

66
#Langauge Level
7-
Java 8, and of course, Java is more verbose than Python. Verbosity is not a elegant thing in Algorithm.
7+
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)
812

913
#Test
10-
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

Comments
 (0)