The heapify function is inlined because:

A. the nodes of a heap for swapping are in a line through the heap
B. it is called within the loop of the second constructor, and the client won’t use it
C. it is not expected to be used inside a loop
D. it is only called from the dequeue function

B

Computer Science & Information Technology

You might also like to view...

Which field property creates a more readable label that displays in the top row in Datasheet view and in forms and reports?

What will be an ideal response?

Computer Science & Information Technology

How do you pass multiple parameters to a function or constructor?

What will be an ideal response?

Computer Science & Information Technology