The algorithm paradigm used for sorting in recursive MERGE SORT is
2026
The algorithm paradigm used for sorting in recursive MERGE SORT is
Answer: B. DIVIDE AND CONQUER — The algorithm paradigm used for sorting in recursive MERGE SORT is divide-and-conquer.
- A.
GREEDY
- B.
DIVIDE AND CONQUER
- C.
DYNAMIC PROGRAMMING
- D.
BRANCH AND BOUND
Attempted by 593 students.
Show answer & explanation
Correct answer: B
The algorithm paradigm used for sorting in recursive MERGE SORT is divide-and-conquer.
Loading lesson…