1 / 3
how to merge sort a list
Computer Science
GCSE Computer Science
OCR
Add tags
Consider this unsorted list:
first step?
list splits in half
second step?
process repeats until each sub list contains one element
third step
merge the sublists back together in sorted order.