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

What is difference between concurrenthashmap and hashtable?

0 Answers  


What is the meaning of arraylist?

0 Answers  


What is the use of data structure?

0 Answers  


Which is the parent class of hashmap class?

0 Answers  


Can we use Generics with the array?

0 Answers  


Explain about circular linked list?

0 Answers  


Which collection is used for sort?

0 Answers  


What is Doubly link list?

0 Answers   TCS,


Why might quick sort might be better than merge sort?

0 Answers  


Which file contains the definition of member functions?

0 Answers  


What is bubble sort technique?

0 Answers  


What is non linear data structure with example?

0 Answers  


Categories