Computer scienceAlgorithms and Data StructuresAlgorithmsArray algorithmsSorting algorithms

Merge sort

Steps

Report a typo

What is the correct order of the merge sort algorithm?

Put the items in the correct order
Divide the array into smaller parts until each part contains only one element
Receive a fully sorted array
Continue to sort and merge pairs of adjacent parts until we run out of them
Start merging these smaller parts two by two
___

Create a free account to access the full topic