We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc2bfa commit ea89b2dCopy full SHA for ea89b2d
README.md
@@ -20,6 +20,7 @@
20
|38|[Count and Say][038]|String|
21
|53|[Maximum Subarray][053]|Array, Dynamic Programming, Divide and Conquer|
22
|58|[Length of Last Word][058]|String|
23
+|66|[Plus One][066]|Array, Math|
24
25
26
## Medium
@@ -58,3 +59,4 @@
58
59
[038]: https://github.com/Blankj/awesome-java-leetcode/blob/master/note/038/README.md
60
[053]: https://github.com/Blankj/awesome-java-leetcode/blob/master/note/053/README.md
61
[058]: https://github.com/Blankj/awesome-java-leetcode/blob/master/note/058/README.md
62
+[066]: https://github.com/Blankj/awesome-java-leetcode/blob/master/note/066/README.md
0 commit comments