Content deleted Content added
ClueBot NG (talk | contribs) m Reverting possible vandalism by Gayrussian12 to version by Monkbot. Report False Positive? Thanks, ClueBot NG. (3881113) (Bot) |
Tom.Reding (talk | contribs) +{{Authority control}} (1 ID from Wikidata), WP:GenFixes on |
||
Line 1:
{{
In [[computer science]], '''divide and conquer''' is an [[algorithm design paradigm]]. A divide-and-conquer [[algorithm]] recursively breaks down a problem into two or more sub-problems of the same or related type, until these become simple enough to be solved directly. The solutions to the sub-problems are then combined to give a solution to the original problem.
Line 82:
== See also ==
{{
* [[Akra–Bazzi method]]
* [[Decomposable aggregation function]]
Line 92:
== References ==
{{Authority control}}
{{DEFAULTSORT:Divide And Conquer Algorithm}}
[[Category:Divide-and-conquer algorithms| ]]
|