Microsoft Interview Question

Design Heap using any structure

Interview Answer

Anonymous

Dec 12, 2022

Used Stack to store min/max element after every insertion; store all keys in an array