Vidyalelo
Data Structure · Q188

Binary Search Trees(B Tree)

Programming · Data Structure · question 188

Q188

What is a complete binary tree?

A.
Each node has exactly zero or two children
B.
A binary tree, which is completely filled, with the possible exception of the bottom level, which is filled from right to left
C.
A binary tree, which is completely filled, with the possible exception of the bottom level, which is filled from left to right
Answer
D.
A tree In which all nodes have degree 2

Answer: Option C

Solution

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