Merge sort is a divide and conquer type algorithm. It follows the basic process of divide and conquers. For the example of merge sort , As...