428 views
0 votes
0 votes

In a binary tree, for every node the difference between the number of nodes in the left and right sub trees is atmost 2. If the height of the tree is h > 0  , then the minimum number of nodes in the tree is

A) 2 h-1

B) 2h-1 +1

C) 2h - 1

D) 2h

Please log in or register to answer this question.

Related questions

311
views
0 answers
0 votes
Sankaranarayanan P.N asked Oct 27, 2016
311 views
IN a binary tree, the number of internal nodes of degree one is 5 and the number of internal nodes of degree 2 is 10. The number of leaf nodes in the binary tree isA) 15B...
326
views
0 answers
0 votes
Sankaranarayanan P.N asked Oct 27, 2016
326 views
The maximum number of edges in an acyclic undirected graph with n verticesA) n - 1B) nC) n +1D) 2n -1
371
views
0 answers
0 votes
Sankaranarayanan P.N asked Oct 27, 2016
371 views
Let P be a singly linked list. Let Q be the pointer to an intermediate node X in the list. What is the worst case time complexity of the best known algorithm to delete no...
421
views
0 answers
0 votes
Sankaranarayanan P.N asked Oct 27, 2016
421 views
Let G be a weighted undirected graph and e be an edge with mazimum weight in G. suppose there is a minimum weight spanning tree in G containing edge e. which of the follo...