Heaps - Study Mode

[#111] Which node contains a pointer to its parent?
Correct Answer

(C) left most child

[#112] What is the other name of weak heap?
Correct Answer

(C) Relaxed -heap

[#113] What is the time per operation of merging, insertion and deletion operations in a skew heap?
Correct Answer

(B) O(log N)

[#114] What is the highest element of the given maximum ternary heap?
Correct Answer

(A) 31

[#115] What is the node path length of a node with 0 or 1 child?
Correct Answer

(C) 0