小小程序媛  
得之坦然,失之淡然,顺其自然,争其必然

2015年10月31日

摘要: 题目Follow up for “Find Minimum in Rotated Sorted Array”: What if duplicates are allowed?Would this affect the run-time complexity? How and why... 阅读全文
posted @ 2015-10-31 14:02 Coding菌 阅读(127) 评论(0) 推荐(0) 编辑
 
摘要: 题目Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.push(x) – Push element x onto stack. pop()... 阅读全文
posted @ 2015-10-31 13:16 Coding菌 阅读(118) 评论(0) 推荐(0) 编辑