<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Divide-and-conquer algorithm - Page 1 - Wikipedia">
<p>
<a accesskey="3" href="page.php?w=Divide-and-conquer_algorithm&amp;p=2">3.Next</a>
</p>
<p>In <a href="page.php?w=computer_science">computer science</a>, <b>divide and conquer</b> is an <a href="page.php?w=algorithm_design_paradigm">algorithm design paradigm</a>. A divide-and-conquer <a href="page.php?w=algorithm">algorithm</a> <a href="page.php?w=Recursion_%28computer_science%29">recursively</a> 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.</p>

<p>The</p><p>
<a accesskey="3" href="page.php?w=Divide-and-conquer_algorithm&amp;p=2">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
