<?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="Time complexity - Page 19 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Time_complexity&amp;p=18">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Time_complexity&amp;p=20">3.Next</a>
</p>

<p><big> <span id="Linearithmic time"></span> Quasilinear time </big></p>
<p>An algorithm is said to run in <b>quasilinear time</b> (also referred to as <b>log-linear time</b>) if  for some positive constant ; <b>linearithmic time</b> is the case . Using <a href="page.php?w=soft_O_notation">soft O notation</a> these algorithms are . Quasilinear time algorithms are also  for every constant  and thus run faster than any polynomial time algorithm whose time bound includes a term  for any .</p>

<p>Algorithms which run in quasilinear time include:<br/>
* <a href="page.php?w=In-place_merge_sort">In-place merge sort</a>,</p><p>
<a accesskey="1" href="page.php?w=Time_complexity&amp;p=18">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Time_complexity&amp;p=20">3.Next</a>
</p>

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

</card>
</wml>
