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 d4210cf commit e907475Copy full SHA for e907475
README.md
@@ -214,6 +214,7 @@
214
| [682. 棒球比赛](https://leetcode-cn.com/problems/baseball-game/) | Easy | [*Stack*](/Stack/682/solution1.js) | **94.84%** |
215
| [1047. 删除字符串中的所有相邻重复项](https://leetcode-cn.com/problems/remove-all-adjacent-duplicates-in-string/) | Easy | [*Stack*](/Stack/1047/solution1.js) | **73.21%** |
216
| [844. 比较含退格的字符串](https://leetcode-cn.com/problems/backspace-string-compare/) | Easy | [*Stack*](/Stack/844/solution1.js) | **92.83%** |
217
+| [20. 有效的括号](https://leetcode-cn.com/problems/valid-parentheses/) | Easy | [*Stack*](/Stack/20/solution1.js) | **99.24%** |
218
219
### Other (被标签高估的题目)
220
| 题目 | 难度 | 代码 | beats Runtime | beats Memory | 时间复杂度 |
0 commit comments