Computer Science, asked by shaharear2298, 1 day ago

The given formulae used in avial tree

Answers

Answered by bijo7979
1

Explanation:

Balance Factor (k) = height (left(k)) - height (right(k)) If balance factor of any node is 1, it means that the left sub-tree is one level higher than the right sub-tree. If balance factor of any node is 0, it means that the left sub-tree and right sub-tree contain equal height.

Similar questions