❔ Recursion Method Psuedocode

how do i recursively sort both sublists at the bottom?
in pseudocode they are written left:=MergeSort(left)
right:=MergeSort(right)
image.png
Was this page helpful?