Merge Sort
Merge sort splits the list in half, over and over, until every piece is a single item. A single item is already sorted — then it merges the pieces back together in order.
step 01/61
- comparing
- moving
- in final place
Merge sort splits the list in half, over and over, until every piece is a single item. A single item is already sorted — then it merges the pieces back together in order.
step 01/61