Python 排序演算法範例 ( Sorting Algorithms in Python )

Ping-Lun Liao
1 min readDec 18, 2017

--

前陣子看到真人上演 Sorting Algorithms 的影片:

影片中介紹了Insertion Sort, Selection Sort, Merge Sort, Bubble Sort。筆者就用蟒蛇(Python)來示範這四個排序演算法吧!

插入排序 Insertion Sort:

選擇排序 Selection Sort:

合併排序 Merge Sort:

泡沫排序 Bubble Sort:

參考資料:

[1] 插入排序

[2] 選擇排序

[3] 氣泡排序

[4] 合併排序

Originally published at yunlinsong.blogspot.com on December 18, 2017.

--

--

No responses yet