Add the section of bucket sort

This commit is contained in:
krahets
2023-03-26 04:47:05 +08:00
parent 22898b6955
commit c338a6d8d8
7 changed files with 151 additions and 2 deletions

View File

@@ -183,7 +183,8 @@ nav:
- 11.4.   快速排序: chapter_sorting/quick_sort.md
- 11.5.   归并排序: chapter_sorting/merge_sort.md
- 11.6.   计数排序New: chapter_sorting/counting_sort.md
- 11.7.   小结: chapter_sorting/summary.md
- 11.7.   桶排序New: chapter_sorting/bucket_sort.md
- 11.8.   小结: chapter_sorting/summary.md
- 12.     附录:
- 12.1.   编程环境安装: chapter_appendix/installation.md
- 12.2.   一起参与创作: chapter_appendix/contribution.md