InterviewSolution
Saved Bookmarks
| 1. |
What is a ternary heap?(a) An array with three elements(b) Linked list with three elements(c) Tree with three children(d) Heap with all nodes having three childrenThe doubt is from Ternary Heap in portion Heap of Data Structures & Algorithms IThe question was asked in an interview for job. |
|
Answer» Right OPTION is (d) HEAP with all nodes having THREE children |
|