P227 · 括号的最大嵌套深度¶
题目说明¶
- 英文标题:
Maximum Nesting Depth of the Parentheses - 官方题面:
leetcode.cn/problems/maximum-nesting-depth-of-the-parentheses - 题库来源: LeetCode Problemset ( all-code-essentials ,按频率降序)
解题建议
官方示例已接入自动评测,建议先完成边界分析再提交。
Maximum Nesting Depth of the Parenthesesleetcode.cn/problems/maximum-nesting-depth-of-the-parentheses解题建议
官方示例已接入自动评测,建议先完成边界分析再提交。