...

/

2-3 Deletion of Element at Leaf Node

2-3 Deletion of Element at Leaf Node

This lesson will cover the deletion operation in 2-3 Trees, discussing all four of the scenarios based on the position of the element that needs to be deleted.

We'll cover the following...

Deletion Algorithm

The deletion algorithm also takes O(Logn)O(Logn) ...