Friday, January 6, 2012

AVL Tree : Deleting a node from AVL Tree

Deleting the node works the same way, when we delete the node, if it upsets the balance, it will have to re-balance. Eg. Consider the tree

0 comments:

Post a Comment