摘要: 题目: Implement the following operations of a queue using stacks. 使用堆栈实现队列的以下操作。 push(x) -- Push element x to the back of queue. 将元素x推送到队列的后面。 pop() -- 阅读全文
posted @ 2018-08-30 17:12 chan_ai_chao 阅读(109) 评论(0) 推荐(0) 编辑