若您覺得文章寫得不錯,請點選文章上的廣告,來支持小編,謝謝。
If you like this post, please click the ads on the blog or buy me a coffee. Thank you very much.There are a tutorial video about sorting algorithms:
影片中介紹了Insertion Sort, Selection Sort, Merge Sort, Bubble Sort。筆者就用蟒蛇(Python)來示範這四個排序演算法吧!
The video introduces four sorting algorithms: Insertion Sort, Selection Sort, Merge Sort, Bubble Sort. Let me show you how to implement these algorithms in Python.
插入排序 Insertion Sort:
選擇排序 Selection Sort:
合併排序 Merge Sort:
泡沫排序 Bubble Sort:
參考資料:
[1] 插入排序
[2] 選擇排序
[3] 氣泡排序
[4] 合併排序
沒有留言:
張貼留言