Heap Data Structure
A heap is a tree-based data structure and can be classified as a complete binary tree.
All the nodes of the heap are arranged in a specific order
Min-heap
Max-heap
https://www.softwaretestinghelp.com/heap-data-structure-in-java/
https://medium.com/swlh/data-structures-heaps-b039868a521b
https://www.programiz.com/dsa/heap-data-structure
https://www.hackerearth.com/practice/data-structures/trees/heapspriority-queues/tutorial/
Last updated
Was this helpful?