Week 4 Discussion Forum

Divide And Conquer

Divide And Conquer

by Md. Salim hossen -
Number of replies: 0


This technique can be divided into the following three parts:


Divide: This involves dividing the problem into some sub problem.

Conquer: Sub problem by calling recursively until sub problem solved.

Combine: The Sub problem Solved so that we will get find problem solution

43 words