Computer Science, asked by savitarawat4919, 6 months ago

Division pattern of problems in divide and conquer approach

Answers

Answered by Anonymous
3

Answer:

A divide-and-conquer algorithm works by recursively breaking down a problem into two or more sub-problems of the same or related type, until these become simple enough to be solved directly. The solutions to the sub-problems are then combined to give a solution to the original problem.

Explanation:

Please MAKE me BRAINLIST

Similar questions