#Using similar to merge sort algorithm implementation. #Traversing in reverse order and comparing m,n values. #Placing the highest element last and continuing with the algorithm.