Menu

Trees Questions

MCQ
1.
How do you determine the cost of a spanning tree?
forum Discussion
MCQ
2.
In an arbitrary tree ( not a search tree) of order M. Its size is N, and its height is K. The computation time needed to find a data item on T is
forum Discussion
MCQ
3.
What would be the cost value for any answering node of a sub tree with root
forum Discussion
MCQ
4.
How many nodes are there in a full state space tree with n = 6?
forum Discussion
MCQ
5.
How many minimum number of spanning trees, one can have from a given connected graph with N nodes is having different weights for the edges.
forum Discussion
MCQ
6.
The following formula is of :

left_subtree (keys) ? node (key) ? right_subtree (keys)
forum Discussion
MCQ
7.
Binary search tree has best case run-time complexity of ?(log n). What could the worst case?
forum Discussion
MCQ
8.
In order traversal of binary search tree will produce ?
forum Discussion
MCQ
9.
In binary heap, whenever the root is removed then the rightmost element of last level is replaced by the root. Why?
forum Discussion
MCQ
10.
If we choose Prim's Algorithm for uniquely weighted spanning tree instead of Kruskal's Algorithm, then
forum Discussion
Page 1 of 14Next chevron_right