Menu

Trees Questions

MCQ
21.
State true of false.i) A node is a parent if it has successor nodes.ii) A node is child node if out degree is one.
forum Discussion
MCQ
22.
forum Discussion
MCQ
23.
State true or false.i) An empty tree is also a binary tree.ii) In strictly binary tree, the out-degree of every node is either o or 2.
forum Discussion
MCQ
24.
When inorder traversing a tree resulted E A C K F H D B G; the preorder traversal would return
forum Discussion
MCQ
25.
A binary tree whose every node has either zero or two children is called
forum Discussion
MCQ
26.
When representing any algebraic expression E which uses only binary operations in a 2-tree,
forum Discussion
MCQ
27.
Let T be a tree with 10 vertices. The sum of the degrees of all the vertices in T is _____.
forum Discussion
MCQ
28.
A full binary tree with 2n+1 nodes contain
forum Discussion
MCQ
29.
If a node in a BST has two children, then its inorder predecessor has
forum Discussion
MCQ
30.
The number of different directed trees with 3 nodes are
forum Discussion