Merge Sort

From TRCCompSci - AQA Computer Science
Revision as of 12:04, 5 June 2018 by Jared (talk | contribs)
Jump to: navigation, search

Merge sort is an example of a divide and conquer algorithm.

It works by splitting all the items in a list into lists of length one, it then combines these in order.