Computer Science, asked by MrAmazing9346, 8 months ago

What are the steps of divide and conquer approach

Answers

Answered by rashmika28
0

Answer:

  • Divide the problem into a number of subproblems that are smaller instances of the same problem.

  • Conquer the subproblems by solving them recursively. ...

  • Combine the solutions to the subproblems into the solution for the original problem.

Explanation:

hope it helps you

Similar questions