Computer Science, asked by anubhavkrishan830, 11 months ago

The maximum number of nodes in a binary tree of depth 10 is

Answers

Answered by dps98
0

Answer:

2^10 - 1 nodes

Explanation:

maximum number of nodes in a binary tree of depth h is 2^h - 1

Similar questions