World Languages, asked by jpgokul, 8 months ago

ஒபடைதுவிட்டு பிரித்து எழுதுக​

Answers

Answered by bhoopbhoomi3088
2

Answer:

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.

Similar questions