Skip to content

Commit 74dac42

Browse files
committed
move 121 to other category
1 parent 2bad145 commit 74dac42

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,24 @@
1414
**Array**
1515

1616
| # | Title |
17-
| :--- | :------------------------------------------ |
17+
| :--: | :------------------------------------------ |
1818
| 26 | [Remove Duplicates from Sorted Array][026] |
19-
| 121 | [Best Time to Buy and Sell Stock][121] |
2019
| 122 | [Best Time to Buy and Sell Stock II][122] |
2120
| 189 | [Rotate Array][189] |
2221
| 217 | [Contains Duplicate][217] |
2322
| 136 | [Single Number][136] |
2423
| 350 | [Intersection of Two Arrays II][350] |
2524
| 66 | [Plus One][66] |
2625

26+
27+
**其他**
28+
29+
| # | Title |
30+
| :--: | :------------------------------------------ |
31+
| 121 | [Best Time to Buy and Sell Stock][121] |
32+
33+
34+
2735
[leetcode]: https://leetcode.com/problemset/all/
2836
[blankj]: https://github.com/Blankj/awesome-java-leetcode
2937
[easy]: https://leetcode.com/explore/interview/card/top-interview-questions-easy/

0 commit comments

Comments
 (0)