0
8.6kviews
Explain the general procedure of divide and conquer method.
1 Answer
3
884views

General Procedure of Divide-and-Conquer Method

  • In simple words, Divide-and-Conquer break down the main problem into small sub-problems. Then solve that sub-problem independently, and at last combine the solutions of small sub-problems as a solution for the main problem.
  • Divide-and-Conquer creates at least two sub-problems, a divide-and-conquer algorithm makes multiple recursive …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.