barnabas3711 barnabas3711 04-01-2024 Mathematics contestada Write a recursive Python function called merge_sort(…) that takes an unsorted list of integers as input and returns a sorted list in descending order using the merge sort algorithm.