QUESTION 7 For the following min-heap, what is the result of this heap in array representation after the delete-min oper
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
QUESTION 7 For the following min-heap, what is the result of this heap in array representation after the delete-min oper
QUESTION 7 For the following min-heap, what is the result of this heap in array representation after the delete-min operation? 19 36 25 100 2, 19, 3, 17, 100, 36, 7, 25 2, 17, 3, 25, 19, 36, 7, 100 2, 3, 7, 17, 19, 25, 36, 100 2, 17, 3, 19, 25, 36, 7, 100 QUESTION 8 What is the value at the top of C++ stacks after the following operations? stack int> S; S.push(5); S.push(4); S.push(6); S.pop(); S.push(7); S.pop(); a 4 7 6 OD
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!