External Merge Sort This is the source code to a blog post I wrote here: http://splinter.com.au/sorting-enormous-files-using-a-c-external-mer Basically it sorts files that are too big to fit in memory, using an external merge sort.