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