C++ code to implement the heap data structures on the Employee Class.
The Code File contains
- Employee Class with basic functions
- Heap Functions
- MinHeap
- MaxHeap
- Heapify
- HeapSort
- Min to Max Heap
- Max to Min Heap
- Check Heap
- Build Heap
- Heap Sort
- Max Heap Sort