IncredibleThings

导航

2016年5月21日 #

LeetCode-Implement Stack using Queues

摘要: 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. top() -- Get the top element. empty() -- Return wh... 阅读全文

posted @ 2016-05-21 06:21 IncredibleThings 阅读(144) 评论(0) 推荐(0)