摘要: 题目信息 编号:0020 标题:有效的括号 题目链接: https://leetcode-cn.com/problems/valid-parentheses/ 题目内容: 给定一个只包括 '(',')','{','}','[',']' 的字符串 s ,判断字符串是否有效。 有效字符串需满足: 左括号 阅读全文
posted @ 2021-02-05 11:10 sinlearn 阅读(51) 评论(0) 推荐(0) 编辑