Which of the following is a property of binary tree-03681
Which of the following is a property of binary tree?
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Mid Term - Quiz No.17.
Which of the following is a property of binary tree?
A binary tree of N external nodes has N internal node.
A binary tree of N internal nodes has N+ 1 external node.
A binary tree of N external nodes has N+ 1 internal node.
A binary tree of N internal nodes has N- 1 external node.