Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 050068c

Browse files
aQuaaQua
aQua
authored and
aQua
committed
更新README.md
1 parent afbcb9e commit 050068c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
1212
|Category|Easy|Medium|Hard|Total|
1313
|:--|:--:|:--:|:--:|:--:|
14-
|**Algorithms**|54 / 146|93 / 252|37 / 94|184 / 492|
14+
|**Algorithms**|54 / 146|93 / 252|38 / 94|185 / 492|
1515
|**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|
1717

1818
## 参考解答
1919
|题号|题目|难度|总体通过率|收藏|
@@ -157,6 +157,7 @@
157157
|143|[Reorder List](./Algorithms/0143.reorder-list)|☆ ☆|25%||
158158
|144|[Binary Tree Preorder Traversal](./Algorithms/0144.binary-tree-preorder-traversal)|☆ ☆|45%||
159159
|145|[Binary Tree Postorder Traversal](./Algorithms/0145.binary-tree-postorder-traversal)|☆ ☆ ☆|40%||
160+
|146|[LRU Cache](./Algorithms/0146.lru-cache)|☆ ☆ ☆|18%||
160161
|152|[Maximum Product Subarray](./Algorithms/0152.maximum-product-subarray)|☆ ☆|25%||
161162
|153|[Find Minimum in Rotated Sorted Array](./Algorithms/0153.find-minimum-in-rotated-sorted-array)|☆ ☆|40%||
162163
|154|[Find Minimum in Rotated Sorted Array II](./Algorithms/0154.find-minimum-in-rotated-sorted-array-ii)|☆ ☆ ☆|37%||
@@ -184,7 +185,7 @@
184185
|437|[Path Sum III](./Algorithms/0437.path-sum-iii)||39%||
185186
|442|[Find All Duplicates in an Array](./Algorithms/0442.find-all-duplicates-in-an-array)|☆ ☆|55%||
186187
|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%||
188189
|495|[Teemo Attacking](./Algorithms/0495.teemo-attacking)|☆ ☆|51%||
189190
|526|[Beautiful Arrangement](./Algorithms/0526.beautiful-arrangement)|☆ ☆|54%||
190191
|532|[K-diff Pairs in an Array](./Algorithms/0532.k-diff-pairs-in-an-array)||28%||

leetcode.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)