InterviewSolution
Saved Bookmarks
| 1. |
How many randomized binary search trees can be formed by the numbers (1, 3, 2)?(a) 2(b) 3(c) 6(d) 5The above asked question is from Binary Trees topic in section Binary Trees of Data Structures & Algorithms II have been asked this question in an interview for internship. |
|
Answer» The correct answer is (d) 5 |
|