Skip to content

Commit f87575c

Browse files
committed
readme updated.
1 parent deca28f commit f87575c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ email: [liuyubobobo@gmail.com](mailto:liuyubobobo@gmail.com)
160160
| | | | | | |
161161
| 125 | [Valid Palindrome](https://leetcode.com/problems/valid-palindrome/description/) | [] | [C++](0125-Valid-Palindrome/cpp-0125/) | | |
162162
| 126 | [Word Ladder II](https://leetcode.com/problems/word-ladder-ii/description/) | []<br/>[缺:双端搜索] | [C++](0126-Word-Ladder-II/cpp-0126/) | | |
163-
| 127 | [Word Ladder](https://leetcode.com/problems/word-ladder/description/) | [] | [C++](0127-Word-Ladder/cpp-0127/) | [Java](0127-Word-Ladder/java-0127/) | |
163+
| 127 | [Word Ladder](https://leetcode.com/problems/word-ladder/description/) | [solution](https://leetcode.com/problems/word-ladder/solution/) | [C++](0127-Word-Ladder/cpp-0127/) | [Java](0127-Word-Ladder/java-0127/) | |
164164
| 128 | [Longest Consecutive Sequence](https://leetcode.com/problems/longest-9consecutive-sequence/description/) | | [C++](0128-Longest-Consecutive-Sequence/cpp-0128/) | | |
165165
| 129 | [Sum Root to Leaf Numbers](https://leetcode.com/problems/sum-root-to-leaf-numbers/description/) | [] | [C++](0129-Sum-Root-to-Leaf-Numbers/cpp-0129/) | | |
166166
| 130 | [Surrounded Regions](https://leetcode.com/problems/surrounded-regions/description/) | [] | [C++](0130-Surrounded-Regions/cpp-0130/) | | |

0 commit comments

Comments
 (0)