Consider a min heap represented by the following array 10 30 20-03524
Consider a min heap, represented by the following array: <br>10,30,20,70,40,50,80,60 <br>After inserting a node with value 31 which of the following is the updated min heap?
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Mid Term - Quiz No.2.
Consider a min heap, represented by the following array:
10,30,20,70,40,50,80,60
After inserting a node with value 31 which of the following is the updated min heap?
10,30,20,70,40,50,80,60
After inserting a node with value 31 which of the following is the updated min heap?
10,30,20,31,40,50,80,60,70
10,30,20,70,40,50,80,60,31
10,31,20,30,40,50,80,60,31
31,10,30,20,70,40,50,80,60