This repository was archived by the owner on Sep 20, 2023. It is now read-only.
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11
11
12
12
| Category| Easy| Medium| Hard| Total|
13
13
| :--| :--:| :--:| :--:| :--:|
14
- | ** Algorithms** | 54 / 146| 93 / 252| 37 / 94| 184 / 492|
14
+ | ** Algorithms** | 54 / 146| 93 / 252| 38 / 94| 185 / 492|
15
15
| ** Draft** | 0 / 1| 0 / 3| 0 / 0| 0 / 4|
16
- | ** Total** | 54 / 147| 93 / 255| 37 / 94| 184 / 496|
16
+ | ** Total** | 54 / 147| 93 / 255| 38 / 94| 185 / 496|
17
17
18
18
## 参考解答
19
19
| 题号| 题目| 难度| 总体通过率| 收藏|
157
157
| 143| [ Reorder List] ( ./Algorithms/0143.reorder-list ) | ☆ ☆| 25%| ❤|
158
158
| 144| [ Binary Tree Preorder Traversal] ( ./Algorithms/0144.binary-tree-preorder-traversal ) | ☆ ☆| 45%| ❤|
159
159
| 145| [ Binary Tree Postorder Traversal] ( ./Algorithms/0145.binary-tree-postorder-traversal ) | ☆ ☆ ☆| 40%||
160
+ | 146| [ LRU Cache] ( ./Algorithms/0146.lru-cache ) | ☆ ☆ ☆| 18%| ❤|
160
161
| 152| [ Maximum Product Subarray] ( ./Algorithms/0152.maximum-product-subarray ) | ☆ ☆| 25%| ❤|
161
162
| 153| [ Find Minimum in Rotated Sorted Array] ( ./Algorithms/0153.find-minimum-in-rotated-sorted-array ) | ☆ ☆| 40%||
162
163
| 154| [ Find Minimum in Rotated Sorted Array II] ( ./Algorithms/0154.find-minimum-in-rotated-sorted-array-ii ) | ☆ ☆ ☆| 37%||
184
185
| 437| [ Path Sum III] ( ./Algorithms/0437.path-sum-iii ) | ☆| 39%| ❤|
185
186
| 442| [ Find All Duplicates in an Array] ( ./Algorithms/0442.find-all-duplicates-in-an-array ) | ☆ ☆| 55%||
186
187
| 448| [ Find All Numbers Disappeared in an Array] ( ./Algorithms/0448.find-all-numbers-disappeared-in-an-array ) | ☆| 51%||
187
- | 485| [ Max Consecutive Ones] ( ./Algorithms/0485.max-consecutive-ones ) | ☆| 54 %||
188
+ | 485| [ Max Consecutive Ones] ( ./Algorithms/0485.max-consecutive-ones ) | ☆| 53 %||
188
189
| 495| [ Teemo Attacking] ( ./Algorithms/0495.teemo-attacking ) | ☆ ☆| 51%||
189
190
| 526| [ Beautiful Arrangement] ( ./Algorithms/0526.beautiful-arrangement ) | ☆ ☆| 54%| ❤|
190
191
| 532| [ K-diff Pairs in an Array] ( ./Algorithms/0532.k-diff-pairs-in-an-array ) | ☆| 28%||
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments