Sorting algorithm: Difference between revisions
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...") |
No edit summary |
||
| (2 intermediate revisions by one other user not shown) | |||
| 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 /> | |||
== 不穩定的排序 == | == 不穩定的排序 == | ||
[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 /> | |||
相關資料 | 相關資料 | ||
* [https://www.facebook.com/AlgoRythmics Algo-rythmics] {{FB}} | * [https://www.facebook.com/AlgoRythmics Algo-rythmics] {{FB}} | ||
* [https://medium.com/@kuso12610/%E4%BA%9E%E7%95%B6talks-2-%E9%97%9C%E6%96%BCsorting-3caa3f57aa28 亞當Talks #2 關於Sorting – Lin Adam – Medium] | * [https://medium.com/@kuso12610/%E4%BA%9E%E7%95%B6talks-2-%E9%97%9C%E6%96%BCsorting-3caa3f57aa28 亞當Talks #2 關於Sorting – Lin Adam – Medium] | ||
* [https://dev.to/grahamthedev/bubble-sortin-pure-css-no-js-3bb1 Bubble Sort...in PURE CSS? (No JS) 😱 - DEV Community] | |||
[[Category:Programming]] | [[Category:Programming]] | ||