Open In App

GATE | GATE-CS-2007 | Question 12

Like Article
Like
Save
Share
Report

The height of a binary tree is the maximum number of edges in any root to leaf path. The maximum number of nodes in a binary tree of height h is:
(A) 2h−1
(B) 2h−1 -1
(C) 2h+1-1
(D) 2h+1


Answer: (C)

Explanation: See Question 1 https://www.geeksforgeeks.org/data-structures-and-algorithms-set-10/

Quiz of this Question


Last Updated : 28 Jun, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads