Design document for a MinHeapCreate a design document and run a manual paper and pencil
approach to the implementation, insert and deletion of a
MinHeap.Use the input values:50, 30, 45, 15, 65, 25, 10, 25, 15, 5Part-11. Show insert of each item to the Heap implemented as array and
show all the state of the array on the process of each
insertion.2. Show the first index and the last index of the heap in your
array.3. Show the formed array...