Examveda

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.

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


This Question Belongs to Data Structure >> Trees In Data Structures

Join The Discussion

Related Questions on Trees in Data Structures