Skip to content

Commit 11fc229

Browse files
committed
add 066
1 parent c50923c commit 11fc229

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
| 217 | [Contains Duplicate][217] |
2222
| 136 | [Single Number][136] |
2323
| 350 | [Intersection of Two Arrays II][350] |
24-
| 66 | [Plus One][66] |
24+
| 66 | [Plus One][066] |
2525
| 283 | [Move Zeroes][283] |
2626

2727

@@ -44,5 +44,5 @@
4444
[217]: https://github.com/andavid/leetcode-java/blob/master/note/217/README.md
4545
[136]: https://github.com/andavid/leetcode-java/blob/master/note/136/README.md
4646
[350]: https://github.com/andavid/leetcode-java/blob/master/note/350/README.md
47-
[66]: https://github.com/andavid/leetcode-java/blob/master/note/66/README.md
47+
[066]: https://github.com/andavid/leetcode-java/blob/master/note/066/README.md
4848
[283]: https://github.com/andavid/leetcode-java/blob/master/note/283/README.md
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ class Solution {
4141
```
4242

4343
[title]: https://leetcode.com/problems/plus-one
44-
[src]: https://github.com/andavid/leetcode-java/blob/master/src/com/andavid/leetcode/_66/Solution.java
44+
[src]: https://github.com/andavid/leetcode-java/blob/master/src/com/andavid/leetcode/_066/Solution.java
File renamed without changes.

0 commit comments

Comments
 (0)