Multiple choice Which of the following sorting algorithms is based on divide-and-conquer method? Bubble sort Selection sort Heap sort Merge sort Binary search Reveal answer Fill a bubble to check yourself D Correct answer Explanation This sorting algorithm is based on divide-and-conquer method. It divides the list into two subsets.