Sorting algorithm: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
mNo edit summary
Line 23: Line 23:
[https://zh.wikipedia.org/wiki/%E9%80%89%E6%8B%A9%E6%8E%92%E5%BA%8F 選擇排序] (selection sort)
[https://zh.wikipedia.org/wiki/%E9%80%89%E6%8B%A9%E6%8E%92%E5%BA%8F 選擇排序] (selection sort)


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


[https://zh.wikipedia.org/wiki/%E5%BF%AB%E9%80%9F%E6%8E%92%E5%BA%8F 快速排序] (quick sort)
[https://zh.wikipedia.org/wiki/%E5%BF%AB%E9%80%9F%E6%8E%92%E5%BA%8F 快速排序] (quick sort)


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


[https://zh.wikipedia.org/wiki/%E5%B8%8C%E5%B0%94%E6%8E%92%E5%BA%8F 希爾排序] (shell sort)
[https://zh.wikipedia.org/wiki/%E5%B8%8C%E5%B0%94%E6%8E%92%E5%BA%8F 希爾排序] (shell sort)


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


相關資料
相關資料

Revision as of 00:35, 13 September 2017

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

穩定的排序

氣泡排序 (bubble sort)


插入排序 (insertion sort)


合併排序 (merge sort)


不穩定的排序

選擇排序 (selection sort)


快速排序 (quick sort)


希爾排序 (shell sort)


相關資料