In a minheap in which all elements are distinct, the largest element is at
a) the root of the tree
b) the next level below the root of the tree
c) a node that is not a leaf node
d) a leaf node of the tree
e) The largest element could be anywhere in the tree.
d) a leaf node of the tree
Computer Science & Information Technology
You might also like to view...
The term ________ protection means that your computer is continuously monitored at all times for suspicious activity such as viruses and spyware
A) timeless B) real-time C) just in time D) uninterrupted
Computer Science & Information Technology
If string s contains "antidisestablishmentarianism", then s.substr(7, 13) would be:
a. "establish" b. "ishmenta&" c. "establi" d."establishment"
Computer Science & Information Technology