1. Show what a heap would look like if the following values areinserted one at a time versus using a bulk insert process.
Values: 10, 12, 1, 14, 6, 5, 8, 15, 3, 9, 7, 4, 11, 13, 2
2. Perform deleteMin 4 times on the heap from #1 that wasinserted one at a time. Show what the heap looks like after eachdelete.
Expert Answer
An answer will be send to you shortly. . . . .