

MCQOPTIONS
Saved Bookmarks
1. |
The depth of a complete binary tree with ‘n’ nodes is (log is to the base two) |
A. | log(n+l) – 1 |
B. | log(n-1) + 1 |
C. | log(n) |
D. | log(n) + 1 |
Answer» B. log(n-1) + 1 | |