<?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="C++ Standard Library - Page 7 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=C++_Standard_Library&amp;p=6">1.Previous</a><br />
<a accesskey="3" href="page.php?w=C%2B%2B_Standard_Library&amp;p=8">3.Next</a>
</p>
<p>log<sup>2</sup> n) for stable sort (to allow <a href="page.php?w=In-place_algorithm">in-place</a> <a href="page.php?w=In-place_merge_sort">merge sort</a>). Previously, sorting was only required to take O(n log n) on average, allowing the use of <a href="page.php?w=quicksort">quicksort</a>, which is fast in practice but has poor worst-case performance, but <a href="page.php?w=introsort">introsort</a> was introduced to allow both fast average performance and optimal worst-case complexity, and as of <a href="page.php?w=C%2B%2B11">C++11</a>, sorting</p><p>
<a accesskey="1" href="page.php?w=C++_Standard_Library&amp;p=6">1.Previous</a><br />
<a accesskey="3" href="page.php?w=C%2B%2B_Standard_Library&amp;p=8">3.Next</a>
</p>

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

</card>
</wml>
