i have the following 2-3 Tree:
<L>
<E> <R>
D I P X,Y
i need to delete "L" and then "X" from it, but i cant find material regarding deletion from a root.
thank you!