Vidyalelo
Data Structure · Q229

Binary Search Trees(B Tree)

Programming · Data Structure · question 229

Q229

What is a full binary tree?

A.
Each node has exactly zero or two children
Answer
B.
Each node has exactly two children
C.
All the leaves are at the same level
D.
Each node has exactly one or two children

Answer: Option A

Solution

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