Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 292 Bytes

BinaryHeap.md

File metadata and controls

3 lines (2 loc) · 292 Bytes

Binary Heap

A binary heap is a complete binary tree and possesses an interesting property called a heap property. The heap property states that every node in a binary tree must follow a specific order. There are two types of heaps depending upon how the nodes are ordered in the tree.