Skip to content

Commit 18eec7c

Browse files
author
luzhipeng
committed
目录结构调整
1 parent f70b631 commit 18eec7c

32 files changed

+25
-24
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ leetcode 题解,记录自己的 leecode 解题之路。
66

77
### 简单难度
88

9-
- [20. Valid Parentheses](https://github.com/azl397985856/leetcode/blob/master/validParentheses.md)
10-
- [26.remove-duplicates-from-sorted-array](https://github.com/azl397985856/leetcode/blob/master/26.remove-duplicates-from-sorted-array.md)
11-
- [206.reverse-linked-list](./206.reverse-linked-list.md)
12-
- [136.single-number](./136.single-number.md)
13-
- [167.two-sum-ii-input-array-is-sorted](./167.two-sum-ii-input-array-is-sorted.md)
14-
- [203.remove-linked-list-elements](./203.remove-linked-list-elements.md)
15-
- [219.contains-duplicate-ii](./219.contains-duplicate-ii.md)
16-
- [283.move-zeroes](./283.move-zeroes.md)
17-
- [349.intersection-of-two-arrays](./349.intersection-of-two-arrays.md)
9+
- [20. Valid Parentheses](./problems/validParentheses.md)
10+
- [26.remove-duplicates-from-sorted-array](./problems/26.remove-duplicates-from-sorted-array.md)
11+
- [206.reverse-linked-list](./problems/206.reverse-linked-list.md)
12+
- [136.single-number](./problems/136.single-number.md)
13+
- [167.two-sum-ii-input-array-is-sorted](./problems/167.two-sum-ii-input-array-is-sorted.md)
14+
- [203.remove-linked-list-elements](./problems/203.remove-linked-list-elements.md)
15+
- [219.contains-duplicate-ii](./problems/219.contains-duplicate-ii.md)
16+
- [283.move-zeroes](./problems/283.move-zeroes.md)
17+
- [349.intersection-of-two-arrays](./problems/349.intersection-of-two-arrays.md)
1818

1919
### 中等难度
2020

@@ -24,21 +24,21 @@ leetcode 题解,记录自己的 leecode 解题之路。
2424
- [19. Remove Nth Node From End of List](https://github.com/azl397985856/leetcode/blob/master/removeNthNodeFromEndofList.md)
2525
- [24. Swap Nodes In Pairs](https://github.com/azl397985856/leetcode/blob/master/swapNodesInPairs.md)
2626
- [75.sort-colors.md](https://github.com/azl397985856/leetcode/blob/master/75.sort-colors.md)
27-
- [86.partition-list](./86.partition-list.md)
28-
- [92.reverse-linked-list-ii](./92.reverse-linked-list-ii.md)
29-
- [94.binary-tree-inorder-traversal](./94.binary-tree-inorder-traversal.md)
30-
- [102.binary-tree-level-order-traversal](./102.binary-tree-level-order-traversal.md)
31-
- [103.binary-tree-zigzag-level-order-traversal](./103.binary-tree-zigzag-level-order-traversal.md)
32-
- [144.binary-tree-preorder-traversal](./144.binary-tree-preorder-traversal.md)
33-
- [150.evaluate-reverse-polish-notation](./150.evaluate-reverse-polish-notation.md)
34-
- [328.odd-even-linked-list](./328.odd-even-linked-list.md)
35-
- [445.add-two-numbers-ii](./445.add-two-numbers-ii.md)
36-
- [877.stone-game](./877.stone-game.md)
37-
- [279.perfect-squares](./279.perfect-squares.md)
38-
- [199.binary-tree-right-side-view](./199.binary-tree-right-side-view.md)
39-
- [209.minimum-size-subarray-sum](./209.minimum-size-subarray-sum.md)
27+
- [86.partition-list](./problems/86.partition-list.md)
28+
- [92.reverse-linked-list-ii](./problems/92.reverse-linked-list-ii.md)
29+
- [94.binary-tree-inorder-traversal](./problems/94.binary-tree-inorder-traversal.md)
30+
- [102.binary-tree-level-order-traversal](./problems/102.binary-tree-level-order-traversal.md)
31+
- [103.binary-tree-zigzag-level-order-traversal](./problems/103.binary-tree-zigzag-level-order-traversal.md)
32+
- [144.binary-tree-preorder-traversal](./problems/144.binary-tree-preorder-traversal.md)
33+
- [150.evaluate-reverse-polish-notation](./problems/150.evaluate-reverse-polish-notation.md)
34+
- [328.odd-even-linked-list](./problems/328.odd-even-linked-list.md)
35+
- [445.add-two-numbers-ii](./problems/445.add-two-numbers-ii.md)
36+
- [877.stone-game](./problems/877.stone-game.md)
37+
- [279.perfect-squares](./problems/279.perfect-squares.md)
38+
- [199.binary-tree-right-side-view](./problems/199.binary-tree-right-side-view.md)
39+
- [209.minimum-size-subarray-sum](./problems/209.minimum-size-subarray-sum.md)
4040

4141
### 困难难度
4242

43-
- [145.binary-tree-postorder-traversal](./145.binary-tree-postorder-traversal.md)
44-
- [146.lru-cache](./146.lru-cache.md)
43+
- [145.binary-tree-postorder-traversal](./problems/145.binary-tree-postorder-traversal.md)
44+
- [146.lru-cache](./problems/146.lru-cache.md)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)