Heaps - Study Mode

[#76] Heap can be used as . . . . . . . .
Correct Answer

(A) Priority queue

[#77] What is the time taken to delete a minimum element in a leftist heap?
Correct Answer

(C) O(log N)

[#78] Why would a recursive implementation fail in skew heaps?
Correct Answer

(C) lack of stack space

[#79] Which property should ternary heap hold for execution?
Correct Answer

(D) Heap

[#80] What is the basic operation performed in a pairing heap?
Correct Answer

(A) merge