Heaps - Study Mode

[#156] How many comparisons will occur while performing a delete-min operation?
Correct Answer

(B) d-1

[#157] Choose the option with function having same complexity for a fibonacci heap.
Correct Answer

(A) Insertion, Union

[#158] Which type of data structure is a ternary heap?
Correct Answer

(C) Priority Queue

[#159] Naive merge cannot be done in a skew merge.
Correct Answer

(B) false

[#160] Which of the heaps is implemented by the following figure?
Correct Answer

(B) pairing heap