F# – merge sort on array
Here’s a simple F# implementation of the merge sort algorithm (using mutable arrays) outlined in the Algorithms : Design and Analysis Part 1 course on Coursera. So refreshing to be writing simple sorting algorithms years after university, still fun!