What is the maximum number of children that a node can have in a binary tree?
2026
What is the maximum number of children that a node can have in a binary tree?
- A.
3
- B.
1
- C.
4
- D.
2
Attempted by 903 students.
Show answer & explanation
Correct answer: D
Answer: d
Explanation: The answer is d. The binary tree can contain utmost two children.