Multiple choice Which of the following sorting algorithms is of divide-and-conquer type? Bubble sort Insertion sort Quick sort Selection sort _ Reveal answer Fill a bubble to check yourself C Correct answer Explanation Quick sort is an in place sort algorithm that uses the divide and conquer paradigm.