随笔分类 -  Queue

摘要:Implement the following operations of a stack using queues. push(x) -- Push element x onto stack. pop() -- Removes the element on top of the stack. to 阅读全文
posted @ 2017-07-06 15:08 apanda009 阅读(116) 评论(0) 推荐(0)