Your question is Implement Merge Sort. Start with the requirements on the right.
Run and submit as often as you like. When you're ready, talk me through your approach or go straight to the code.
Given an array of integers, return a new array with the same values sorted in non-decreasing order. Implement the sort using merge sort and be ready to explain its time complexity.