Skip to content

Commit dd4772b

Browse files
author
luzhipeng
committed
修复链接
1 parent ca1ecbb commit dd4772b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ leetcode 题解,记录自己的 leecode 解题之路。
3232

3333
#### 中等难度
3434

35-
- [2. Add Two Numbers](https://github.com/azl397985856/leetcode/blob/master/addTwoNumbers.md)
36-
- [3. Longest Substring Without Repeating Characters](https://github.com/azl397985856/leetcode/blob/master/longestSubstringWithoutRepeatingCharacters.md)
37-
- [5. Longest Palindromic Substring](https://github.com/azl397985856/leetcode/blob/master/longestPalindromicSubstring.md)
38-
- [19. Remove Nth Node From End of List](https://github.com/azl397985856/leetcode/blob/master/removeNthNodeFromEndofList.md)
39-
- [24. Swap Nodes In Pairs](https://github.com/azl397985856/leetcode/blob/master/swapNodesInPairs.md)
40-
- [75.sort-colors.md](https://github.com/azl397985856/leetcode/blob/master/75.sort-colors.md)
35+
- [2. Add Two Numbers](./problems/addTwoNumbers.md)
36+
- [3. Longest Substring Without Repeating Characters](./problems/longestSubstringWithoutRepeatingCharacters.md)
37+
- [5. Longest Palindromic Substring](./problems/longestPalindromicSubstring.md)
38+
- [19. Remove Nth Node From End of List](./problems/removeNthNodeFromEndofList.md)
39+
- [24. Swap Nodes In Pairs](./problems/swapNodesInPairs.md)
40+
- [75.sort-colors.md](./problems/75.sort-colors.md)
4141
- [86.partition-list](./problems/86.partition-list.md)
4242
- [92.reverse-linked-list-ii](./problems/92.reverse-linked-list-ii.md)
4343
- [94.binary-tree-inorder-traversal](./problems/94.binary-tree-inorder-traversal.md)

0 commit comments

Comments
 (0)