logo

Question detail

Which problem-solving approach is used by merge sort?

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

MCQ

Type

practice

Style

Topic

Sorting algorithms

Exam-style question

Try this first

Which problem-solving approach is used by merge sort?.

  1. A.Brute force
  2. B.Divide and Conquer
  3. C.Random search
  4. D.Linear scanning

Model answer

What a good answer should say

  • Divide and Conquer

Explanation

Why this works

Merge sort divides a problem into smaller parts and then combines the results, so it is an example of the Divide and Conquer approach.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.