Question
 What is the maximum number of nodes in a binary tree
of height 'h' (where root is at height 0)?Solution
Answer: B) 2^(h+1) - 1
More Data Structure Questions
16     17      25      ?     99    180
...18, 25, 33, 42, 52, 63, ?
7, 26, 238, 962, 8522, 34078
13, 14, 18, 27, 43, ?
21, 37, 62, 98, 147, ?
6 6 3 6.5 12 33
...38    40    83    254    ?     5126
Direction: Which of the following will replace ‘?’ in the given question?
10, 12, ‘?’, 27, 36, 45, 54, 63, 72
19   20   42   129   ?    2605  . Â
To find the Next number in the given series.
0 6 24 60 120 ?
...