1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Quick sort follows Divide-and-Conquer st...
Q.

Quick sort follows Divide-and-Conquer strategy.

A. true
B. false
Answer» A. true
Explanation: in quick sort, the array is divided into sub-arrays and then it is sorted (divide-and-conquer strategy).

Discussion