/MaxHeap

This Java program is to implement max heap. A Heap data structure is a Tree based data structure that satisfies the HEAP Property “If A is a parent node of B then key(A) is ordered with respect to key(B) with the same ordering applying across the heap.”

Primary LanguageJavaApache License 2.0Apache-2.0

Stargazers

No one’s star this repository yet.