一、桶排序
void Bucket_Sort(ElementType A[], int N) { count[]初始化; while(读入1个学生成绩grade) 将该生插入count[grade]链表; for(i=0;i<M;i++) { if(count[i]) 输出整个count[i]链表; } }
基数排序
原文:https://www.cnblogs.com/ch122633/p/9025641.html