

InterviewSolution
Saved Bookmarks
1. |
If the height of a binary tree is 54, how many null pointers are there as children?(a) 1267(b) 3^58(c) 56(d) 2^55The question was asked by my college professor while I was bunking the class.My question is taken from Recursion topic in division Induction and Recursion of Discrete Mathematics |
Answer» Correct option is (d) 2^55 |
|