<?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="Analysis of algorithms - Page 14 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Analysis_of_algorithms&amp;p=13">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Analysis_of_algorithms&amp;p=15">3.Next</a>
</p>
<p>programs might look something like the following:</p>

<p>Based on these metrics, it would be easy to jump to the conclusion that Computer A is running an algorithm that is far superior in efficiency to that of Computer B.  However, if the size of the input-list is increased to a sufficient number, that conclusion is dramatically demonstrated to be in error:</p>

<p>Computer A, running the linear search program, exhibits a <a href="page.php?w=linear">linear</a> growth rate.  The program's run-time is directly proportional to its input size. </p><p>
<a accesskey="1" href="page.php?w=Analysis_of_algorithms&amp;p=13">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Analysis_of_algorithms&amp;p=15">3.Next</a>
</p>

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

</card>
</wml>
