InterviewSolution
Saved Bookmarks
| 1. |
Which type of binary search tree is imitated for construction of tango tree?(a) Complete Binary Search Tree(b) Perfect Binary Search Tree(c) Balanced Binary Search Tree(d) Degenerate Binary Search TreeMy doubt is from Binary Trees topic in chapter Binary Trees of Data Structures & Algorithms II had been asked this question in unit test. |
|
Answer» Correct choice is (a) COMPLETE Binary Search Tree |
|