摘要: ** 232.用栈实现队列 ** leetcode链接:https://leetcode.cn/problems/implement-queue-using-stacks/ 题目描述:请你仅使用两个栈实现先入先出队列。队列应当支持一般队列支持的所有操作(push、pop、peek、empty):实现 阅读全文