Question
a.
Cannot have more than 19 nodes
b.
Has exactly 19 nodes
c.
Has exactly 20 nodes
d.
cannot have more than 17 node
Posted under GATE cse question paper 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. A complete binary tree with 10 leaves
Similar Questions
Discover Related MCQs
Q. Which of the following is not correct?
View solution
Q. Maximum possible height of an AVL tree with 7 nodes is
View solution
Q. What is the minimal number of edges which must be removed from a complete bi partite graph of 6 nodes k(6) so that the remaining graph is planer?
View solution
Q. A strictly binary tree with n leave always contain nodes?
View solution
Q. The following sequence of the operations is performed on a stack PUSH(10), PUSH(20), POP, PUSH(10), PUSH(20), POP, POP, POP, PUSH(20), POP the sequence of values popped out is
View solution
Q. The time complexity of comparison based sorting algorithm is
View solution
Q. Adjacency matrix for a digraph is
View solution
Q. The time required to insert an element in a stack with linked list implementation is
View solution
Q. The time required to search an element in a binary search tree having n element is
View solution
Q. Merge sort uses
View solution
Q. For merging two sorted lists of sizes m and n to a sorted list of size m+n, we require Comparisons of
View solution
Q. The search concept used in associative memory is
View solution
Q. Suppose we want to arrange the n numbers stored in an array such that all negative value before all positive ones, minimum number of exchanges required in the worst case
View solution
Q. The average time required to perform a successful sequential search for an element in an array A(1:n) is given by
View solution
Q. How many comparisons are needed to sort an array of length 5 if a straight selection sort is used and array is already in opposite order?
View solution
Q. Using the standard algorithm, what is the time required to determine that a number n is prime?
View solution
Q. If B is a circuit matrix of a graph with k components, e edges and n vertices, the rank of B is
View solution
Q. In a complete binary tree of n nodes, how far all the most distant two nodes? Assume each in the path counts as 1. Assume log (n) is log base 2.
View solution
Q. The number of nodes in a full binary till of depth 4 is
View solution
Q. The ...................sort algorithms works by comparing adjacent array that are out of 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!