InterviewSolution
Saved Bookmarks
| 1. |
What is the time complexity for deleting the string to form a new string in the rope data structure?(a) O (n^2)(b) O (n!)(c) O (log n)(d) O (1)This is a very interesting question from Binary Trees in portion Binary Trees of Data Structures & Algorithms IThis question was posed to me in my homework. |
|
Answer» Correct choice is (c) O (log N) |
|