--- comments: true icon: material/sort-ascending --- # 第 11 章   排序 ![排序](../assets/covers/chapter_sorting.jpg){ class="cover-image" } !!! abstract 排序猶如一把將混亂變為秩序的魔法鑰匙,使我們能以更高效的方式理解與處理資料。 無論是簡單的升序,還是複雜的分類排列,排序都向我們展示了資料的和諧美感。 ## Chapter Contents - [11.1   排序演算法](https://www.hello-algo.com/en/chapter_sorting/sorting_algorithm/) - [11.2   選擇排序](https://www.hello-algo.com/en/chapter_sorting/selection_sort/) - [11.3   泡沫排序](https://www.hello-algo.com/en/chapter_sorting/bubble_sort/) - [11.4   插入排序](https://www.hello-algo.com/en/chapter_sorting/insertion_sort/) - [11.5   快速排序](https://www.hello-algo.com/en/chapter_sorting/quick_sort/) - [11.6   合併排序](https://www.hello-algo.com/en/chapter_sorting/merge_sort/) - [11.7   堆積排序](https://www.hello-algo.com/en/chapter_sorting/heap_sort/) - [11.8   桶排序](https://www.hello-algo.com/en/chapter_sorting/bucket_sort/) - [11.9   計數排序](https://www.hello-algo.com/en/chapter_sorting/counting_sort/) - [11.10   基數排序](https://www.hello-algo.com/en/chapter_sorting/radix_sort/) - [11.11   小結](https://www.hello-algo.com/en/chapter_sorting/summary/)