Answer:
Step-by-step explanation:
divide and conquer algorithm is a mathematical approach to recursively break down the problem into smaller sub-parts until it becomes simple enough to be solved directly.
it is a design pattern to solve the problems and does not exhibit or aim to provide optimal solutions.