InterviewSolution
Saved Bookmarks
| 1. |
What is the time complexity for searching k+1 auxiliary trees?(a) k+2 O (log (log n))(b) k+1 O (log n)(c) K+2 O (log n)(d) k+1 O (log (log n))I'd like to ask this question from Binary Trees topic in division Binary Trees of Data Structures & Algorithms II had been asked this question in an interview for internship. |
|
Answer» The correct option is (d) k+1 O (log (log n)) |
|