Week 4 Discussion Forum

Divide and Conquer algorithm.

Divide and Conquer algorithm.

by Mafia Islam Sinthia 192-15-2815 -
Number of replies: 0

In computer science, divide and conquer is an algorithm design paradigm based on multi-branched recursion. A divide-and-conquer algorithm works by recursively breaking down a problem into two or more sub-problems of the same or related type, until these become simple enough to be solved directly.

45 words