leetcode 155 Min Stack
摘要:
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. • push(x) – Push element x onto stack. • ... 阅读全文
posted @ 2015-05-11 23:56 吴一达 阅读(155) 评论(0) 推荐(0)