Menu

Trees Questions

MCQ
41.
The nodes belonging to the same parent node are known as_________.
forum Discussion
MCQ
42.
In how many different ways can a tree be traversed?
forum Discussion
MCQ
43.
In pre-order traversal, the root node is visited before traversing its________subtrees.
forum Discussion
MCQ
44.
In which traversal, the root node is visited after the traversal of its left subtree and before the traversal of its right subtree?
forum Discussion
MCQ
45.
Elements in a nonlinear data structure do not form a sequence for example_________.
forum Discussion
MCQ
46.
What is one of the most common operations that is performed on trees?
forum Discussion
MCQ
47.
In which tree, the right NULL pointer of each node (not having a right child node) points to its in-order successor?
forum Discussion
MCQ
48.
Trees are often used in implementing _________ and hence it is considered as prime application of trees.
forum Discussion
MCQ
49.
In .............. the difference between the height of the left sub tree and height of right sub tree, for each node, is not more than one.
forum Discussion
MCQ
50.
What could be the worst case height of an AVL tree?
forum Discussion