Sorting algorithm: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
(Created page with "[https://zh.wikipedia.org/wiki/%E6%8E%92%E5%BA%8F%E7%AE%97%E6%B3%95 排序演算法 - 維基百科,自由的百科全書] == 穩定的排序 == [https://zh.wikipedia.org/wi...")
 
Line 4: Line 4:
[https://zh.wikipedia.org/wiki/%E5%86%92%E6%B3%A1%E6%8E%92%E5%BA%8F 氣泡排序] (bubble sort)
[https://zh.wikipedia.org/wiki/%E5%86%92%E6%B3%A1%E6%8E%92%E5%BA%8F 氣泡排序] (bubble sort)


{{#widget: YouTube|id=lyZQPjUT5B4}}<br/>
<div class="video-container">
{{#widget: YouTube|id=lyZQPjUT5B4}}
</div><br />


[https://zh.wikipedia.org/wiki/%E6%8F%92%E5%85%A5%E6%8E%92%E5%BA%8F 插入排序] (insertion sort)
[https://zh.wikipedia.org/wiki/%E6%8F%92%E5%85%A5%E6%8E%92%E5%BA%8F 插入排序] (insertion sort)


{{#widget: YouTube|id=ROalU379l3U}}<br/>
<div class="video-container">
{{#widget: YouTube|id=ROalU379l3U}}
</div><br />


[https://zh.wikipedia.org/wiki/%E5%BD%92%E5%B9%B6%E6%8E%92%E5%BA%8F 合併排序] (merge sort)
[https://zh.wikipedia.org/wiki/%E5%BD%92%E5%B9%B6%E6%8E%92%E5%BA%8F 合併排序] (merge sort)


{{#widget: YouTube|id=XaqR3G_NVoo}}<br/>
<div class="video-container">
{{#widget: YouTube|id=XaqR3G_NVoo}}
</div><br />


== 不穩定的排序 ==
== 不穩定的排序 ==

Revision as of 00:05, 13 September 2017

排序演算法 - 維基百科,自由的百科全書

穩定的排序

氣泡排序 (bubble sort)


插入排序 (insertion sort)


合併排序 (merge sort)


不穩定的排序

選擇排序 (selection sort)


快速排序 (quick sort)


希爾排序 (shell sort)


相關資料