<?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 26 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Analysis_of_algorithms&amp;p=25">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Analysis_of_algorithms&amp;p=27">3.Next</a>
</p>
<p>breaks down as follows:</p>

<p><big>Growth rate analysis of other resources</big></p>
<p>The methodology of run-time analysis can also be utilized for predicting other growth rates, such as consumption of <a href="page.php?w=DSPACE">memory space</a>.  As an example, consider the following pseudocode which manages and reallocates memory usage by a program based on the size of a <a href="page.php?w=computer_file">file</a> which that program manages:</p>

<p> <b>while</b> file is still open:     <b>let</b> n = size of file     <b>for</b> every 100,000 <a href="page.php?w=kilobyte">kilobyte</a>s</p><p>
<a accesskey="1" href="page.php?w=Analysis_of_algorithms&amp;p=25">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Analysis_of_algorithms&amp;p=27">3.Next</a>
</p>

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

</card>
</wml>
