a) Create a min-heap tree for the following numbers. The numbers
are read in sequence from left to right. 14, 7, 12, 18, 9, 25, 14,
6
b) How would the above heap tree be changed when we remove the
minimum?
a) Create a min-heap tree for the following numbers. The numbers are read in sequence from left to right. 14, 7, 12, 18,
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am