摘要: Show how to implement a stack using two queues. Analyze the running time of the stack operations. 阅读全文
posted @ 2017-10-11 17:11 Terry Zhang 阅读(166) 评论(0) 推荐(0) 编辑
摘要: Show how to implement a queue using two stacks. Analyze the running time of the queue operations. 阅读全文
posted @ 2017-10-11 16:01 Terry Zhang 阅读(249) 评论(0) 推荐(0) 编辑