2016.6.1——Min Stack
摘要:
Min Stack 本题收获: 1.可以利用两个栈操作。 2.栈的基本操作。 题目: Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) - 阅读全文
posted @ 2016-06-01 22:53 zhuzhu2016 阅读(153) 评论(0) 推荐(0) 编辑