Question:

A. All AVL trees are binary search trees, but not vice-versa
B. There are four types of rotations to balance the AVL trees. 
C. Four types of traversals are possible on tree data structure 
D. The smallest elements in binary search is the right most element. 
E. The time complexity of binary sort algorithm is O (logn) 
choose the correct answer from the options given below:

Updated On: Mar 16, 2024
  • A,B,C,D and E only
  • A,B,C only
  • B,C,D only
  • B,C,D and E only
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

The correct option is(B): A,B,C only
Was this answer helpful?
0
0