IntermediateVocabulary#software-architecture#developer-tools#backend

Merge Sort Vocabulary

Build fluency in the vocabulary of recursively splitting and merging an array into sorted order.

0 / 5 completed
1 / 5
At standup, a dev mentions recursively splitting an array in half until each piece has one element, then repeatedly merging sorted pieces back together in order. What is this algorithm called?