A binary tree is balanced if the difference between left and right subtree of every node is not more than ____

Q & ACategory: Data StructureA binary tree is balanced if the difference between left and right subtree of every node is not more than ____
Admin Staff asked 4 years ago

A binary tree is balanced if the difference between left and right subtree of every node is not more than ____
a) 1
b) 3
c) 2
d) 0

1 Answers
Admin Staff answered 4 years ago

a) 1