A binary tree with N internal nodes has links links to internal-03338
A binary tree with N internal nodes has __________ links, __________ links to internal nodes and __________ links to external nodes
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.4.
A binary tree with N internal nodes has __________ links, __________ links to internal nodes and __________ links to external nodes
N+1, 2N, N-1
N+1, N-1, 2N
2N, N-1, N+1
N-1, 2N, N+1