OS Data Structures Question:

Download Job Interview Questions and Answers PDF

Tell me why do tree always takes o(log n) time?

OS Data Structures Interview Question
OS Data Structures Interview Question

Answer:

Tree always takes o(log n) time because tree has height is
(log n).

Download OS Data Structures Interview Questions And Answers PDF

Previous QuestionNext Question
Explain applications of stacks and their uses?Do you know how to find the number of possible tree in the given tree?