×

Multiple-Choice Questions

Web Technologies MCQs

Computer Science Subjects MCQs

Databases MCQs

Programming MCQs

Testing Software MCQs

Digital Marketing Subjects MCQs

Cloud Computing Softwares MCQs

AI/ML Subjects MCQs

Engineering Subjects MCQs

Office Related Programs MCQs

Management MCQs

More

Advertisement


The primary approach used by the Merge Sort algorithm is ____.

1. The primary approach used by the Merge Sort algorithm is ____.

  1. Dynamic programming
  2. Greedy approach
  3. Divide-and-conquer
  4. Backtracking

Answer

The correct answer is: C) Divide-and-conquer

Explanation

Merge Sort follows the divide-and-conquer approach.

Divide-and-conquer - This approach divides the array into smaller subarrays, sorts each subarray, and then merges them back together.

Comments and Discussions!

Load comments ↻






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