Week 4 Discussion Forum

What is divid and conquer?

What is divid and conquer?

by Khandocar Sagor -
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