McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2024
→
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)
2.2k
0
Do you find this helpful?
17
View all MCQs in
Data Structures (DS)
Discussion
No comments yet
Login to comment
Related MCQs
Given an empty AVL tree, how would you construct AVL tree when a set of numbers are given without performing any rotations?
A binary tree in which all its levels except the last, have maximum numbers of nodes, and all the nodes in the last level have only one child it will be its left child. Name the tree.
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