mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-13 04:10:58 +00:00
deploy
This commit is contained in:
@@ -1646,6 +1646,8 @@
|
||||
<li>排序算法可以根据需要设定 <strong>判断规则</strong>,例如数字大小、字符 ASCII 码顺序、自定义规则;</li>
|
||||
</ul>
|
||||
<p><img alt="排序中不同的元素类型和判断规则" src="../intro_to_sort.assets/sorting_examples.png" /></p>
|
||||
<p align="center"> Fig. 排序中不同的元素类型和判断规则 </p>
|
||||
|
||||
<h2 id="1111">11.1.1. 评价维度<a class="headerlink" href="#1111" title="Permanent link">¶</a></h2>
|
||||
<p>排序算法主要可根据 <strong>稳定性 、就地性 、自适应性 、比较类</strong> 来分类。</p>
|
||||
<h3 id="_1">稳定性<a class="headerlink" href="#_1" title="Permanent link">¶</a></h3>
|
||||
|
||||
Reference in New Issue
Block a user