Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following array which starts at index 1 : [ 3 8 , 3 2 , 2 5 , 2 8 , 3 5

Consider the following array which starts at index 1: [38,32,25,28,35,30,28,20], and assumes you apply the heapify function on the node of index 2 only, using minimum heap property, then:
a) The output array is 38,28,25,20,35,30,28,32.
(b) The output array is 38,35,25,28,32,30,28,20.
c) The output array is 38,35,32,30,28,28,25,20.
x d) The output array is 20,25,28,28,30,32,35,38.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions