1.

Which of the following is the implementation of the ternary tree?(a) AVL Tree(b) Ternary Heap(c) Hash Table(d) DictionaryEnquiry is from Ternary Tree topic in division Trees of Data Structures & Algorithms IThe question was asked in my homework.

Answer»

Correct answer is (b) Ternary Heap

Explanation: Ternary TREE is used to IMPLEMENT ternary search tree and ternary heap. While AVL Tree, hash Table, DICTIONARY are different types of DATA Structures.



Discussion

No Comment Found

Related InterviewSolutions