Week 4 Discussion Forum

Week 4 Discussion Forum

Week 4 Discussion Forum

by Tonmoy Chandra Chando 192-15-2782 -
Number of replies: 0



This technique can be divided into the following three parts:

  1. Divide: This involves dividing the problem into some sub problem.
  2. Conquer: Sub problem by calling recursively until sub problem solved.
  3. Combine: The Sub problem Solved so that we will get find problem solution

43 words