Skip to content

Commit e907475

Browse files
committed
docs(readme): 📝添加20解题索引
1 parent d4210cf commit e907475

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@
214214
| [682. 棒球比赛](https://leetcode-cn.com/problems/baseball-game/) | Easy | [*Stack*](/Stack/682/solution1.js) | **94.84%** |
215215
| [1047. 删除字符串中的所有相邻重复项](https://leetcode-cn.com/problems/remove-all-adjacent-duplicates-in-string/) | Easy | [*Stack*](/Stack/1047/solution1.js) | **73.21%** |
216216
| [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%** |
217218

218219
### Other (被标签高估的题目)
219220
| 题目 | 难度 | 代码 | beats Runtime | beats Memory | 时间复杂度 |

0 commit comments

Comments
 (0)