<?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="Quicksort - Page 3 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Quicksort&amp;p=2">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Quicksort&amp;p=4">3.Next</a>
</p>
<p>is a <a href="page.php?w=comparison_sort">comparison sort</a>, meaning that it can sort items of any type for which a "less-than" relation (formally, a <a href="page.php?w=total_order">total order</a>) is defined. It is a comparison-based sort since elements a and b are only swapped in case their relative order has been obtained in the transitive closure of prior comparison-outcomes. Most implementations of quicksort are not <a href="page.php?w=Sorting_algorithm">stable</a>, meaning that the relative order of equal sort items is not preserved.</p><p>
<a accesskey="1" href="page.php?w=Quicksort&amp;p=2">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Quicksort&amp;p=4">3.Next</a>
</p>

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

</card>
</wml>
