Which of the following status ements is correct property of-03348
Which of the following status ements is correct property of 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.
Which of the following status ements is correct property of binary trees?
A binary tree with N internal nodes has N+1 internal links.
A binary tree with N external nodes has N+1 internal nodes.
A binary tree with N internal nodes has N+1 external nodes.
None of above statement is a property of the binary tree.