Vulkan

2014年4月10日

Cracking The Coding Interview3.3

摘要: //Imagine a (literal) stack of plates. If the stack gets too high, it might topple. Therefore, in real life, we would likely start a new stack when th... 阅读全文

posted @ 2014-04-10 15:17 Vulkan 阅读(133) 评论(0) 推荐(0) 编辑

Cracking The Coding Interview 3.2

摘要: //How would you design a stack which, in addition to push and pop, also has a function min which returns the minimum element? Push, pop and min should... 阅读全文

posted @ 2014-04-10 11:39 Vulkan 阅读(176) 评论(0) 推荐(0) 编辑

导航