1.

Do ternary heap have better memory cache behavior than binary heap.(a) True(b) FalseThis intriguing question originated from Ternary heap topic in section Heap of Data Structures & Algorithms IThis question was addressed to me in a national level competition.

Answer»

The correct choice is (a) True

The BEST EXPLANATION: 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, they have better memory cache behavior.



Discussion

No Comment Found

Related InterviewSolutions