Which of the following is not part of the operation of adding an element to a heap?
a) Add the node for the element at the appropriate location in the heap
b) Reorder the heap to maintain the proper order of the nodes.
c) Rebalance the heap.
d) Reset the pointer to the last node that was added to the heap.
e) All of these are part of the operation of adding an element to a heap.
c) Rebalance the heap.
Computer Science & Information Technology
You might also like to view...
To match any single character not within brackets, you would use the ________ wildcard character
Fill in the blank(s) with correct word
Computer Science & Information Technology
Small windows that display information and allow the user to perform actions are known as __________ boxes.
a. dialog b. communication c. window d. command
Computer Science & Information Technology