Multiple choice Which of the following sorting techniques follows the divide and conquer strategy? Merge sort Quick sort Bubble sort Sink sort Radix sort Reveal answer Fill a bubble to check yourself B Correct answer Explanation Quick sort technique involves choosing a central element which is used to partition data according to the value. Then, both sets are individually processed by continuous partitioning and the required order is obtained.