Skip to content

Commit ea89b2d

Browse files
committed
feat: add 066
1 parent ffc2bfa commit ea89b2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
|38|[Count and Say][038]|String|
2121
|53|[Maximum Subarray][053]|Array, Dynamic Programming, Divide and Conquer|
2222
|58|[Length of Last Word][058]|String|
23+
|66|[Plus One][066]|Array, Math|
2324

2425

2526
## Medium
@@ -58,3 +59,4 @@
5859
[038]: https://github.com/Blankj/awesome-java-leetcode/blob/master/note/038/README.md
5960
[053]: https://github.com/Blankj/awesome-java-leetcode/blob/master/note/053/README.md
6061
[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

Comments
 (0)