Multiple choice Heap is employed for implementing priority queues binary trees linked lists stacks All of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation In heap, the most important node is stored at the top position. If it gets deleted, the second most important node replaces it. It is a similar concept as priority queue.