Menu

Trees Questions

MCQ
31.
A BST is traversed in the following order recursively: Right, root, left. The output sequence will be in
forum Discussion
MCQ
32.
How many nodes in a tree have no ancestors.
forum Discussion
MCQ
33.
A __________is a non-linear data structure representing the hierarchical structure of one or more elements known as nodes.
forum Discussion
MCQ
34.
Each node of a tree stores a data value and has zero or more pointers pointing to the other nodes of the tree, which are also known as its__________.
forum Discussion
MCQ
35.
The node at the top of a tree is known as the ________of the tree.
forum Discussion
MCQ
36.
Internal nodes have___________.
forum Discussion
MCQ
37.
Which concept is useful while writing programming code for implementing various operations on trees?
forum Discussion
MCQ
38.
The nodes belonging to the same parent node are known as_______.
forum Discussion
MCQ
39.
Which line connects any two nodes?
forum Discussion
MCQ
40.
The degree of a node is equal to the number of its__________.
forum Discussion