Menu

Binary Trees Questions

MCQ
51.
A binary tree is said to be a complete binary tree if all the leaf nodes of the tree are at ________.
forum Discussion
MCQ
52.
A binary tree is said to be an extended binary tree (also known as 2-tree) if all of its nodes are of _______.
forum Discussion
MCQ
53.
Like _________- binary trees can also be represented in two ways in the memory
forum Discussion
MCQ
54.
In the array representation, what is represented sequentially in memory using a single one-dimensionalarray?
forum Discussion
MCQ
55.
The linked representation of a binary tree is implemented by using a linked list having an_________.
forum Discussion
MCQ
56.
Traversing a binary tree refers to the process of visiting each and every node of the tree exactly how many times?
forum Discussion
MCQ
57.
A binary search tree, also known as_________.
forum Discussion
MCQ
58.
Which code for an alphabet (set of symbols) is generated by constructing a binary tree with nodes containing the symbols to be encoded and their probabilities of occurrence?
forum Discussion
MCQ
59.
The process of inserting a node in a binary search tree can be divided into how many steps?
forum Discussion
MCQ
60.
The number of nodes in a complete binary tree of depth d (with root at depth 0) is
forum Discussion