InterviewSolution
Saved Bookmarks
| 1. |
Which type of tree is tango tree?(a) Ternary Tree(b) AVL Tree(c) Binary Search Tree(d) K-ary TreeI'm obligated to ask this question of Binary Trees topic in chapter Binary Trees of Data Structures & Algorithms IThis question was addressed to me in final exam. |
|
Answer» Right answer is (c) Binary Search Tree |
|