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

2015年12月8日

摘要: 题目Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct elemen... 阅读全文
posted @ 2015-12-08 13:54 Coding菌 阅读(129) 评论(0) 推荐(0) 编辑
 
摘要: 题目Implement the following operations of a stack using queues.push(x) – Push element x onto stack. pop() – Removes the element on top of the s... 阅读全文
posted @ 2015-12-08 13:15 Coding菌 阅读(122) 评论(0) 推荐(0) 编辑