Data Structure (2130702)

BE | Semester-3   Winter-2016 | 01/02/2017

Q1) (10)

Complete binary tree.

If the out degree of each and every node is exactly equal to 2 or 0 and their number of nodes at level i is 2(i-1) then the tree is called a full or complete binary tree.