1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

修改目录结构

This commit is contained in:
SnailClimb 2018-09-20 15:31:28 +08:00 committed by GitHub
parent dc21529432
commit 903efee910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
- [4.2. 验证回文串](#42-验证回文串)
- [4.3. 最长回文子串](#43-最长回文子串)
- [4.4. 最长回文子序列](#44-最长回文子序列)
- [5. 括号匹配深度](#5-括号匹配深度)
- [5. 括号匹配深度](#5-括号匹配深度)
- [6. 把字符串转换成整数](#6-把字符串转换成整数)
<!-- /MarkdownTOC -->
@ -346,7 +346,7 @@ class Solution {
}
```
### 5. 括号匹配深度
## 5. 括号匹配深度
> 爱奇艺 2018 秋招 Java
>一个合法的括号匹配序列有以下定义: