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 cfc1bdb commit d432f32Copy full SHA for d432f32
README.md
@@ -7,9 +7,9 @@
7
## 统计
8
||Easy|Medium|Hard|Total|
9
|:--|:--:|:--:|:--:|:--:|
10
-|**Algorithms**|5/155|12/303|2/115|19/573|
+|**Algorithms**|6/155|12/303|2/115|20/573|
11
|**Draft**|0/2|0/5|0/1|0/8|
12
-|**Total**|5/157|12/308|2/116|19/581|
+|**Total**|6/157|12/308|2/116|20/581|
13
14
15
## 已添加的题目
@@ -34,6 +34,7 @@
34
|17|[Letter Combinations of a Phone Number](./Algorithms/0017.letter-combinations-of-a-phone-number)|☆ ☆|34%||
35
|18|[4Sum](./Algorithms/0018.4sum)|☆ ☆|26%||
36
|19|[Remove Nth Node From End of List](./Algorithms/0019.remove-nth-node-from-end-of-list)|☆ ☆|33%||
37
+|20|[Valid Parentheses](./Algorithms/0020.valid-parentheses)|☆|33%||
38
39
## helper
40
[helper](./helper)会帮助处理大部分琐碎的工作。
0 commit comments