Merge Sort

Merge Sort is a divide and conquer algorithm that sorts an array of elements by dividing the array into larger sub-arrays.

1.

2.

3.

4.

5.

6.

7.