1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Non Linear Data Structures - Trees
  4. How many bits would a succinct binary tr...
Q.

How many bits would a succinct binary tree occupy?

A. n+O(n)
B. 2n+O(n)
C. n/2
D. n
Answer» B. 2n+O(n)
View all MCQs in:   Data Structures (DS)

Discussion