Question
a.
Leaf
b.
branch
c.
path
d.
thread
Posted under Data Structures and Algorithms
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. In a binary tree, certain null entries are replaced by special pointers which point to nodes higher in the tree for efficiency. These special pointers are called
Similar Questions
Discover Related MCQs
Q. The in order traversal of tree will yield a sorted listing of elements of tree in
View solution
Q. In a Heap tree
View solution
Q. Let T be a binary search tree with 15 nodes. The minimum and maximum possible heights of T are:
Note: The height of a tree with a single node is 0.
View solution
Q. Let T be a tree with 10 vertices. The sum of the degrees of all the vertices in T is _____.
View solution
Q. B Trees are generally
View solution
Q. If a node having two children is deleted from a binary tree, it is replaced by its
View solution
Q. A full binary tree with 2n+1 nodes contain
View solution
Q. If a node in a BST has two children, then its inorder predecessor has
View solution
Q. A binary tree in which if all its levels except possibly the last, have the maximum number of nodes and all the nodes at the last level appear as far left as possible, is known as
View solution
Q. A full binary tree with n leaves contains
View solution
Q. The number of different directed trees with 3 nodes are
View solution
Q. One can convert a binary tree into its mirror image by traversing it in
View solution
Q. A B-tree of minimum degree t can maximum _____ pointers in a node.
View solution
Q. A BST is traversed in the following order recursively: Right, root, left. The output sequence will be in
View solution
Q. The pre-order and post order traversal of a Binary Tree generates the same output. The tree can have maximum
View solution
Q. A binary tree of depth ādā is an almost complete binary tree if
View solution
Q. What is the maximum possible number of nodes in a binary tree at level 6?
View solution
Q. How many nodes in a tree have no ancestors.
View solution
Q. In order to get the contents of a Binary search tree in ascending order, one has to traverse it in
View solution
Q. In order to get the information stored in a Binary Search Tree in the descending order, one should traverse it in which of the following order?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Data Structures and Algorithms? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!