Which of the following is a balanced binary tree?
A tree with all left children
A tree with a single node
A tree with equal height subtrees for each node
A tree with all right children

Advanced Data Structures Exercises are loading ...