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

is it possible to create your own header files?

0 Answers  


What does stand for?

0 Answers  


How does variable declaration affect memory?

1 Answers  


n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }

7 Answers   Wipro,


program to find the magic square

1 Answers   Infosys,


what is the difference between structural,object based,object orientd programming languages?

1 Answers   PanTerra,


Write a program for finding factorial of a number.

0 Answers   Tech Mahindra,


What are the string functions? List some string functions available in c.

0 Answers  


write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?

5 Answers   HCL,


What are the different categories of functions in c?

0 Answers  


why r u join this company? give solid resons.

16 Answers   IBM, Infosys, TCS,


Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;

5 Answers   Accenture, TCS,


Categories