chevron_leftSorting All topics

Merge Sort

8351927

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

Practice

spec · json ↗