Solveeit Logo

Question

Programming and Data Structure Question on Data Structures

What is the maximum height of any AVL tree with 7 nodes? assume that the height of a tree with single node is 0

A

2

B

3

C

4

D

5

Answer

3

Explanation

Solution

The correct option is(B): 3