New instance
Get feedback
Construct a merge function that recursively splits a numeric array and takes a list as a parameter called data.
Consider that merge_sort() function is already defined and given below.