Define a full binary tree
4 years ago
Data Structure and Algorithm
A full binary tree is a tree in which all the leaves are on the same level and every non-leaf node has exactly two children.
Sanisha Maharjan
Jan 23, 2022