Vidyalelo
Data Structure · Q167

Binary Search Trees(B Tree)

Programming · Data Structure · question 167

Q167

How many bits would a succinct binary tree occupy?

A.
n+O(n)
B.
2n+O(n)
Answer
C.
n/2
D.
n

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board