InterviewSolution
Saved Bookmarks
| 1. |
What is the time complexity for the initialization of top tree?(a) O (n)(b) O (n^2)(c) O (log n)(d) O (n!)Question is taken from Binary Trees in section Binary Trees of Data Structures & Algorithms IThe question was asked during an interview for a job. |
|
Answer» Right answer is (a) O (n) |
|