Laboratory Exercise 2_ Heap Data Structure Operations
Laboratory Exercise 2_ Heap Data Structure Operations
Objective: Implement and interact with a Heap Data Structure (either Max-Heap or Min-Heap)
by performing operations such as insertion, deletion, getting the maximum/minimum value, and
removing the maximum/minimum value. The program will ensure that only 10 valid whole
numbers are accepted as input.
Instructions: