#CS-6202
Awesome StudentQuestion • Algorithms and Complexity

Merge sort uses the key operation Merge to join the sub-arrays divided by the m position element (myarr, left,m, right)

Answer

True