Answer:
The result of the merge sort is [15, 17, 18, 36, 51, 63, 71, 77, 77, 81, 96]
Step-by-step explanation:
Merge sort divides and compares a data structure to sort its items. The sorting algorithm was first implemented by John von Neumann in 1945.
The merge sort steps for the array in the question is in the diagram below.