Algorithms

What does Divide and conquer refer to?

Correct answer

A. An algorithm design paradigm that breaks a problem into smaller subproblems, solves them, and combines the results.

Explanation

Divide and conquer refers to an algorithm design paradigm that breaks a problem into smaller subproblems, solves them, and combines the results.