摘要: /*示例 1:输入:seq = "(()())"输出:[0,1,1,1,1,0]示例 2:输入:seq = "()(())()"输出:[0,0,0,1,1,0,1,1]链接:https://leetcode-cn.com/problems/maximum-nesting-depth-of-two-v 阅读全文
posted @ 2020-04-01 16:09 CoderRdf 阅读(335) 评论(0) 推荐(0)