#CS-6202
Awesome StudentQuestion • Algorithms and Complexity

Merge sort combines the sub-arrays split by the m position element using the key procedure Merge (myarr, left,m, right)

Answer

True