InterviewSolution
Saved Bookmarks
| 1. |
What is the time complexity for splitting the string into two new string in the rope data structure?(a) O (n^2)(b) O (n!)(c) O (log n)(d) O (1)This intriguing question comes from Binary Trees topic in portion Binary Trees of Data Structures & Algorithms II got this question in final exam. |
|
Answer» Correct choice is (c) O (log n) |
|