Write an algorithm to delete an element x from a binary search tree t.

a) Write an algorithm to delete an element x from a binary search tree t. Discuss your method with an example.


Leave a Reply