A.
Insert the following 9 numbers into a min-heap. Draw a new treefor each heap insertion: 10,12,13,1,2,3,18,0,-2.
B.
Perform exactly two deleteMin() operations on the heap that youdraw in above 'a'. Draw the resulting tree.
A. Insert the following 9 numbers into a min-heap. Draw a new tree for each heap insertion: 10,12,13,1,2,3,18,0,-2. B. P
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am