We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e09e7 commit fafabadCopy full SHA for fafabad
README.md
@@ -7,9 +7,9 @@
7
## 统计
8
||Easy|Medium|Hard|Total|
9
|:--|:--:|:--:|:--:|:--:|
10
-|**Algorithms**|13/156|21/309|7/116|41/581|
+|**Algorithms**|13/156|21/309|8/116|42/581|
11
|**Draft**|0/2|0/5|0/1|0/8|
12
-|**Total**|13/158|21/314|7/117|41/589|
+|**Total**|13/158|21/314|8/117|42/589|
13
14
15
## 已添加的题目
@@ -55,6 +55,7 @@
55
|38|[Count and Say](./Algorithms/0038.count-and-say)|☆|34%||
56
|39|[Combination Sum](./Algorithms/0039.combination-sum)|☆ ☆|38%||
57
|40|[Combination Sum II](./Algorithms/0040.combination-sum-ii)|☆ ☆|33%||
58
+|41|[First Missing Positive](./Algorithms/0041.first-missing-positive)|☆ ☆ ☆|25%||
59
|206|[Reverse Linked List](./Algorithms/0206.reverse-linked-list)|☆|45%||
60
61
## helper
0 commit comments