Minimum Heap

The Minimum Heap is a specialized binary tree that is based on the Heap data structure. It is also known as a Priority Queue.