Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / manish kumar yadav

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

Is This Answer Correct ?    24 Yes 23 No

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

Answer / hanuman

Not all tree takes O(logn) time. but only BST takes O(logn) time just because it search,insert, delete node using mid element that means complexity of that tree is O(logn).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Define level of the tree?

0 Answers  


How do you check if a stack is empty or not?

0 Answers  


What is the difference between for and foreach loop?

0 Answers  


what is traversal in linked lists?

0 Answers  


What is the use of bubble sort?

0 Answers  


Does arraylist guarantee insertion order?

0 Answers  


How to get the index of an array element?

0 Answers  


What are the categories of avl rotations?

0 Answers  


What is meant by binary tree traversal?

0 Answers  


Does linked list allow duplicates?

0 Answers  


What is the difference between Array and Array List ? Explain in brief with example.

0 Answers   MCN Solutions,


What is int data type?

0 Answers  


Categories