Solveeit Logo

Question

Verbal Reasoning Question on Statements and Assumptions

Given below are two statements: one is labelled as Assertion A and other is labelled as Reason R
Assertion A: Figure 1 depicts the initial AVL tree, while figure 2 shows the balanced AVL tree after inserting 36 (96) (85 110 64 64 (90) (36) (90) (110)
 depicts the initial AVL tree  depicts the initial AVL tree
Reason R: After inserting 36 in the AVL tree of figure 1, LL rotation is required to balance the AVL tree.
Note: LL rotation represent inserted node is in the left subtree of left subtree of reference node 96
In the light of the above statements, choose the correct answer from the options given below

A

Both A and R are true and R is the correct explanation of A

B

Both A and R are true and R is NOT the correct explanation of A

C

A is true but R is false

D

A is false but R is true

Answer

Both A and R are true and R is the correct explanation of A

Explanation

Solution

The correct option is(A): Both A and R are true and R is the correct explanation of A