Question:If h is the depth of the tree, which formula will be used to find the maximum number of nodes n in a perfect binary tree?
A 2h + 1 - 1 B 2h + 1 C 2h D 2h + 1 + 1
+ AnswerB
+ Report