摘要: 20. 有效括号 leetcode题目链接:https://leetcode.cn/problems/valid-parentheses/ 题目描述: 给定一个只包括 '(',')','{','}','[',']' 的字符串 s ,判断字符串是否有效。 有效字符串需满足: 左括号必须用相同类型的右括 阅读全文
posted @ 2023-02-11 23:34 ZZGGTT 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 232. 用栈实现队列 leetcode题目:https://leetcode.cn/problems/implement-queue-using-stacks/description/ **题目描述:**请你仅使用两个栈实现先入先出队列。队列应当支持一般队列支持的所有操作(push、pop、pee 阅读全文
posted @ 2023-02-11 00:09 ZZGGTT 阅读(13) 评论(0) 推荐(0) 编辑