Examveda

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: Option C


This Question Belongs to Data Structure >> Binary Search Trees(B Tree)

Join The Discussion

Related Questions on Binary Search Trees(B Tree)