1.

Is decrease priority operation performed more quickly in a ternary heap with respect to the binary heap.(a) True(b) FalseThis question is from Ternary heap in chapter Heap of Data Structures & Algorithms IThe question was posed to me in semester exam.

Answer»

Correct option is (a) True

The EXPLANATION is: TERNARY heap is a type of data structure in the field of COMPUTER science. It is a part of the Heap data structure family. Due to the SWAPPING process, the decrease priority operation performs more quickly in a ternary heap.



Discussion

No Comment Found

Related InterviewSolutions