

MCQOPTIONS
Saved Bookmarks
1. |
The balance factor of a node in a binary tree is defined as _____ |
A. | addition of heights of left and right subtrees |
B. | height of right subtree minus height of left subtree |
C. | height of left subtree minus height of right subtree |
D. | height of right subtree minus one |
Answer» D. height of right subtree minus one | |