Difference between binary tree and balanced binary tree
Answers
Answered by
0
Answer:
A perfect binary tree is a binary tree in which all interior nodes have two children and all leaves have the same depth or same level. A balanced binary tree is a binary tree structure in which the left and right subtrees of every node differ in height by no more than 1.
Explanation:
Similar questions