Sorts unordered list by repeatedly (recursively) dividing the list into two smaller lists until the size of each list becomes 1. The individual lists are then merged.

🎲 Try a Random Question  |  Total Questions in Quiz: 256  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Computer Science — practice the complete quiz, review flashcards, or try a random question.


1. Sorts unordered list by repeatedly (recursively) dividing the list into two smaller lists until the size of each list becomes 1. The individual lists are then merged.