摘要:
题目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...
阅读全文
摘要:
题目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...
阅读全文