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 3af9a2b commit 56faf57Copy full SHA for 56faf57
README.md
@@ -7,9 +7,9 @@
7
## 统计
8
||Easy|Medium|Hard|Total|
9
|:--|:--:|:--:|:--:|:--:|
10
-|**Algorithms**|13/156|20/309|7/116|40/581|
+|**Algorithms**|13/156|21/309|7/116|41/581|
11
|**Draft**|0/2|0/5|0/1|0/8|
12
-|**Total**|13/158|20/314|7/117|40/589|
+|**Total**|13/158|21/314|7/117|41/589|
13
14
15
## 已添加的题目
@@ -54,6 +54,7 @@
54
|37|[Sudoku Solver](./Algorithms/0037.sudoku-solver)|☆ ☆ ☆|30%|❤|
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
|206|[Reverse Linked List](./Algorithms/0206.reverse-linked-list)|☆|45%||
59
60
## helper
0 commit comments