摘要: Description: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 eleme... 阅读全文
posted @ 2015-06-25 22:45 Pickle 阅读(191) 评论(0) 推荐(0) 编辑
摘要: Description:Implement the following operations of a stack using queues.push(x) -- Push element x onto stack.pop() -- Removes the element on top of the... 阅读全文
posted @ 2015-06-25 00:18 Pickle 阅读(222) 评论(0) 推荐(0) 编辑