mergeSort( 0,8 ) -> mergeSort( 0,4 ) --- left portion is sorted

mergeSort( 0,8 ) -> mergeSort( 0,4 ) --- left portion is sorted

More to explore

Based on this image's title: “mergeSort( 0,8 ) -> mergeSort( 0,4 ) --- left portion is sorted