Menu

Binary Trees Questions

MCQ
81.
A binary tree of depth "d" is an almost complete binary tree if
forum Discussion
MCQ
82.
If each node in a tree has value greater the every value in its left subtree and has value less than every value in its right subtree, the tree is called
forum Discussion
MCQ
83.
The number of nodes in a complete binary tree of level 5 is
forum Discussion
MCQ
84.
A binary tree in which every non-leaf node has non-empty left and right subtrees is called a strictly binary tree. Such a tree with 10 leaves
forum Discussion
MCQ
85.
Number of possible binary trees with 3 nodes is
forum Discussion
MCQ
86.
A binary tree is generated by inserting in order the following integers: 50, 15, 62, 5, 20,58, 91, 3,8,37, 60, 24 The number of nodes in the leftof the root respectively is
forum Discussion
MCQ
87.
Consider the following nested representation of binary trees indicates y and z are the left right subtrees, respectively, of node x. Note that y and z may be NULL or further nested. Which of the following represents a valid binary tree?
forum Discussion
MCQ
88.
A full binary tree with n non-leaf nodes contains
forum Discussion
MCQ
89.
The depth of a complete binary tree with 'n nodes is (log is to be base two)
forum Discussion
MCQ
90.
When to choose Red-Black tree, AVL tree and B-trees?
forum Discussion