McqMate
Login
Register
Home
Search
Login
Register
Computer Science Engineering (CSE)
Data Structures (DS)
Non Linear Data Structures - Trees
What is the maximum height of an AVL tre...
Q.
What is the maximum height of an AVL tree with p nodes?
A.
p
B.
log(p)
C.
log(p)/2
D.
P⁄2
Answer» B. log(p)
View all MCQs in:
Data Structures (DS)
Discussion
Comment
Related Questions
Given an empty AVL tree, how would you construct AVL tree when a set of numbers are given without performing any rotations?
An AVL tree is a self – balancing binary search tree, in which the heights of the two child sub trees of any node differ by
The binary tree that has n leaf nodes. The number of nodes of degree 2 in this tree is
When converting binary tree into extended binary tree, all the original nodes in binary tree are___________.
In a directed tree if the ordering of the nodes at each level is prescribed then such a tree is called_______ tree.
What maximum difference in heights between the leafs of a AVL tree is possible?
What is an AVL tree?
In a full binary tree if number of internal nodes is I, then number of nodes N are?
The minimum height of self balancing binary search tree with n nodes is
Consider the following data. The pre order traversal of a binary tree is A, B, E, C, D. The in order traversal of the same binary tree is B, E, A, D, C. The level order sequence for the binary tree is
Login to Continue
It will take less than 2 minutes
Continue with Google
Continue with Linkedin
Continue with Twitter
Report MCQ
Remark*
Report