Data Structure (2130702)

BE | Semester-3   Winter-2017 | 11/14/2017

Q4) (a)

How many null branches a binary tree possesses?

A binary tree with n nodes has exactly n+1 null nodes.
NULL_Branches_Binary_Tree