Get K Max and Delete K Max in stream of incoming integers March 25, 2014 by Dhaval Dave Get K Max and Delete K Max in stream of Incoming Integers Solution 1 : Using Min Heap Algorithm : 1) Keep a Min & Max Heap of K size 2) Store first K elements … Read More