Merge sort

Drag and drop the lines into the box on the right. This is a highly simplified version of the algorith, which is commonly decomposed into the partition (or division) task, and the merge part, which merges two sorted lists.