Skip to content

Commit 3757065

Browse files
aQuaaQua
aQua
authored and
aQua
committed
更新README.md
1 parent 3aebd28 commit 3757065

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
1111
|Category|Easy|Medium|Hard|Total|
1212
|:--|:--:|:--:|:--:|:--:|
13-
|**Algorithms**|52 / 145|82 / 250|29 / 93|163 / 488|
13+
|**Algorithms**|52 / 145|83 / 250|29 / 93|164 / 488|
1414
|**Draft**|0 / 1|0 / 3|0 / 0|0 / 4|
15-
|**Total**|52 / 146|82 / 253|29 / 93|163 / 492|
15+
|**Total**|52 / 146|83 / 253|29 / 93|164 / 492|
1616

1717
## 参考解答
1818
|题号|题目|难度|总体通过率|收藏|
@@ -130,6 +130,7 @@
130130
|111|[Minimum Depth of Binary Tree](./Algorithms/0111.minimum-depth-of-binary-tree)||33%||
131131
|112|[Path Sum](./Algorithms/0112.path-sum)||34%||
132132
|113|[Path Sum II](./Algorithms/0113.path-sum-ii)|☆ ☆|33%||
133+
|114|[Flatten Binary Tree to Linked List](./Algorithms/0114.flatten-binary-tree-to-linked-list)|☆ ☆|35%||
133134
|118|[Pascal's Triangle](./Algorithms/0118.pascals-triangle)||38%||
134135
|119|[Pascal's Triangle II](./Algorithms/0119.pascals-triangle-ii)||37%||
135136
|120|[Triangle](./Algorithms/0120.triangle)|☆ ☆|33%||
@@ -159,7 +160,7 @@
159160
|380|[Insert Delete GetRandom O(1)](./Algorithms/0380.insert-delete-getrandom-o1)|☆ ☆|39%||
160161
|381|[Insert Delete GetRandom O(1) - Duplicates allowed](./Algorithms/0381.insert-delete-getrandom-o1-duplicates-allowed)|☆ ☆ ☆|28%||
161162
|414|[Third Maximum Number](./Algorithms/0414.third-maximum-number)||27%||
162-
|437|[Path Sum III](./Algorithms/0437.path-sum-iii)||39%||
163+
|437|[Path Sum III](./Algorithms/0437.path-sum-iii)||39%||
163164
|442|[Find All Duplicates in an Array](./Algorithms/0442.find-all-duplicates-in-an-array)|☆ ☆|55%||
164165
|448|[Find All Numbers Disappeared in an Array](./Algorithms/0448.find-all-numbers-disappeared-in-an-array)||51%||
165166
|485|[Max Consecutive Ones](./Algorithms/0485.max-consecutive-ones)||53%||

leetcode.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)