InterviewSolution
Saved Bookmarks
| 1. |
What is the longest length path for a node x in random binary search tree for the insertion process?(a) log x(b) x^2(c) x!(d) 4.311 log xMy enquiry is from Binary Trees in division Binary Trees of Data Structures & Algorithms II got this question during an interview. |
|
Answer» Right option is (d) 4.311 log X |
|