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...


Derive the complexity expression for AVL tree?



Derive the complexity expression for AVL tree?..

Answer / bipworld

height of AVL tree is limited to 1.44 log(n) where n is
number of nodes.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More C Interview Questions

how to connect oracle in C/C++.

3 Answers   TCS, Wipro,


Explain the bubble sort algorithm.

0 Answers  


What is meant by int fun const(int a, int b) { .... ... }

1 Answers  


what are the stages of compilation

1 Answers   Bosch,


i want explaination about the program and its stack reprasetaion fibbo(int n) { if(n==1 or n==0) return n; else return fibbo(n-1)+fibbo(n-2); } main() { fibbo(6); }

2 Answers  


how to swap four numbers without using fifth variable?

2 Answers  


Why is main function so important?

0 Answers  


How do I get an accurate error status return from system on ms-dos?

0 Answers  


What is && in c programming?

0 Answers  


What is string function c?

0 Answers  


Write a c program to demonstrate Type casting in c?

2 Answers  


Difference between Shallow copy and Deep copy?

0 Answers  


Categories