Below is the function merge_sort. Would it be possible to amend this function so that it works without the slicing operator, so that we can guarantee it works o
merge_sort