The maximum number of children a node can have in a binary tree is:
2025
The maximum number of children a node can have in a binary tree is:
- A.
One
- B.
Two
- C.
Three
- D.
Four
Attempted by 903 students.
Show answer & explanation
Correct answer: B
In a binary tree, each node can have at most two children, which are referred to as the left child and the right child.