摘要:
1.题目 题目地址(225. 用队列实现栈 - 力扣(LeetCode)) https://leetcode.cn/problems/implement-stack-using-queues/ 题目描述 请你仅使用两个队列实现一个后入先出(LIFO)的栈,并支持普通栈的全部四种操作(push、top 阅读全文
摘要:
1.题目信息 题目地址(232. 用栈实现队列 - 力扣(LeetCode)) https://leetcode.cn/problems/implement-queue-using-stacks/ 题目描述 请你仅使用两个栈实现先入先出队列。队列应当支持一般队列支持的所有操作(push、pop、pe 阅读全文