MS - maccergit/Rosalind GitHub Wiki

A couple of versions - but only one is a merge sort.

01

This is not a merge sort (it uses Python's built in sorting ability, which is cheating), but is handy for testing (it's known to be correct).

02

Since we did an exercise already on merging sorted arrays, we can use that code to implement a merge sort.