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