Question: Which sorting algorithm is based on the divide-and-conquer principle?
Options:
Correct Answer: Merge Sort
Solution:
Merge Sort is based on the divide-and-conquer principle, where the array is divided into halves, sorted, and then merged.