InterviewSolution
Saved Bookmarks
| 1. |
What is the upper bound for a tango tree if k is a number of interleaves?(a) k+2 O (log (log n))(b) k O (log n)(c) K^2 O (log n)(d) k+1 O (log (log n))My doubt is from Binary Trees topic in chapter Binary Trees of Data Structures & Algorithms IThis question was posed to me during a job interview. |
|
Answer» The CORRECT choice is (d) k+1 O (log (log n)) |
|