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
Join The Discussion