Project 2

Merge Sort Project

[16,21,11,8,12,22] -> Merge Sort

1- Write the stages of the above array according to the sort type.

Github

2- Write the Big-O notation.

O(nlogn)