×

Multiple-Choice Questions

Quick Sort is based on?

15. Quick Sort is based on?

  1. Divide and Conquer Approach
  2. Greedy Approach
  3. Improved Binary Search
  4. None of the above

Answer

The correct answer is: A) Divide and Conquer Approach

Explanation

Binary Search algorithm uses divide and conquer approach. It divides the collection using a pivot and then sorts the two sub collections recursively.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.