The operation build heap is sometimes called ____.
A. create
B. reheap
C. heapify
D. construct
Answer: C
You might also like to view...
A(n) ________ provides unique identification for each item or record in a table
Fill in the blank(s) with correct word
When you invoke the style class within an HTML tag by means of the ____________________, you specify the class name without the dot.
Fill in the blank(s) with the appropriate word(s).
Which type of list displays a collection of items in a list format with each item identified, by default, with a number??
A. ordered B. ?numbered C. ?specific D. ?unordered
What is wrong with the following if statement (there are at least 3 errors). The indentation indicates the desired behavior.
if numNeighbors >= 3 || numNeighbors = 4 ++numNeighbors; cout << "You are dead!" << endl; else --numNeighbors;