Menu

Trees Questions

MCQ
51.
Which amongst the following cannot be a balance factor of any node of an AVL tree?
forum Discussion
MCQ
52.
Level of any node of a tree is
forum Discussion
MCQ
53.
Visiting root node after visiting left and right sub-trees is called .............
forum Discussion
MCQ
54.
A tree in which, for every node, the difference between the height of its left subtree and right subtree is not more than one is
forum Discussion
MCQ
55.
The balance factor for an AVL tree is either
forum Discussion
MCQ
56.
AVL trees have LL, LR, RR, RL rotations to balance the tree to maintain the balance factor (LR : Insert node in Right sub tree of Left sub tree of node A, etc). Among rotations the following are single and double rotations
forum Discussion
MCQ
57.
Which one of the following statements is false?
forum Discussion
MCQ
58.
A list integers is read in, one at a time, and a binary search tree is constructed. Next the tree is traversed would result in a printout which duplicates the original order of the list of integers?
forum Discussion
MCQ
59.
Which of the following statements is false ?
forum Discussion
MCQ
60.
Which of the following remarks about Tree- indexing are true?
forum Discussion