1.

Describe Divide And Conquer Paradigm.?

Answer»

When a PROBLEM is solved using a divide and conquer algorithm, it is subdivided into one or more SUBPROBLEMS which are all similar to the original problem in such a WAY that each of the subproblems can be solved independently. In the end, the SOLUTIONS to the subproblems are combined in order to obtain the solution to the original problem.

When a problem is solved using a divide and conquer algorithm, it is subdivided into one or more subproblems which are all similar to the original problem in such a way that each of the subproblems can be solved independently. In the end, the solutions to the subproblems are combined in order to obtain the solution to the original problem.



Discussion

No Comment Found