mirror of
https://github.com/huihut/interview.git
synced 2025-12-18 13:04:38 +03:00
修改排序算法代码
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
/*****************
|
||||
基数排序
|
||||
*****************/
|
||||
// 基数排序:一种多关键字的排序算法,可用桶排序实现。
|
||||
|
||||
int maxbit(int data[], int n) //辅助函数,求数据的最大位数
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user