修改排序算法代码

This commit is contained in:
huihut
2018-04-16 13:38:05 +08:00
parent fd5ba9d077
commit 91d24f13d0
6 changed files with 11 additions and 3 deletions

View File

@@ -1,6 +1,4 @@
/*****************
基数排序
*****************/
// 基数排序:一种多关键字的排序算法,可用桶排序实现。
int maxbit(int data[], int n) //辅助函数,求数据的最大位数
{