Examveda

What is the height of a complete binary tree with n nodes where n is a power of 2?

A. log2(n)

B. log2(n) - 1

C. 2*log2(n)

D. log2(n) + 1

Answer: Option A


This Question Belongs to Data Structure >> Trees In Data Structures

Join The Discussion

Related Questions on Trees in Data Structures