Vidyalelo
Data Structure · Q22

Trees in Data Structures

Programming · Data Structure · question 22

Q22

What property distinguishes a binary tree from a general tree?

A.
Each node in a binary tree has at most two children, whereas in a general tree, nodes can have more than two children.
Answer
B.
Binary trees are balanced, while general trees are not.
C.
Binary trees only have one level, while general trees have multiple levels.
D.
Binary trees have a fixed height, while general trees have a variable height.

Answer: Option A

Solution

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