Back to Exercise List

C# Merge Sort

Question: Write a program in C# to sort numbers using merge sort.

Solution: