Algorithms

Merge sort is best defined as which of the following?

Correct answer

B. A divide-and-conquer sorting algorithm that splits the array, sorts each half, and merges them.

Explanation

Merge sort refers to a divide-and-conquer sorting algorithm that splits the array, sorts each half, and merges them.