Question

Consider a 2,3,4 tree like so,

           53
         /    \
        /      \
       /        \
     46          60 | 70
    / \         /    \   \   
   /   \       /      \   \ 
  /     \     /        \   \  
 41     48  55|59    65|68  73|75|79 

How to delete 41 from the tree from here ? I would like to know the intermediate steps involved.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with cs.stackexchange
scroll top