3 lines
74 B
Python
3 lines
74 B
Python
def merge_sort(arr):
|
|
|
|
merge_sort([98, 744, 28, 81, 447, 2, 5, 10, 99, 55]) |