1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Selection sort and quick sort both fall ...
Q.

Selection sort and quick sort both fall into the same category of sorting algorithms._________ is that category.

A. O(n log n) sorts.
B. Divide-and-conquer sorts.
C. Interchange sorts.
D. Average time is quadratic.
Answer» C. Interchange sorts.
View all MCQs in:   Data Structures (DS)

Discussion