Select the one FALSE statement about binary trees-03351
Select the one FALSE statement about binary trees:
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Final Term - Quiz No.5.
Select the one FALSE statement about binary trees:
Every binary tree has at least one node.
Every non-empty tree has exactly one root node.
Every node has at most two children.
Every non-root node has exactly one parent.