In case of insertion of right inner node in BST-03479
In case of insertion of right inner node in BST __________.
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Final Term - Quiz No.18.
In case of insertion of right inner node in BST __________.
we need to apply single left rotation to make it AVL tree.
we need to apply single right rotation to make it AVL tree.
single left rotation first and then single right rotation to make it AVL tree.
single right rotation first and then single left rotation to make it AVL tree.