基数排序C语言实现
按照严老师P288页算法编写,严老师的程序有个地方有错误,collect里面while(j
please input data numbers:
10
please input keynumbers:
3
please input 10 numbers:
2
7
8
input next:
1
0
9
input next:
0
6
3
input next:
9
3
0
input next:
5
8
9
input next:
1
8
4
input next:
5
0
5
input next:
2
6
9
input next:
0
0
8
input next:
0
8
3
input next:
before sort:
278 109 063 930 589 184 505 269 008 083
第1趟收集后:
930 063 083 184 505 278 008 109 589 269
第2趟收集后:
505 008 109 930 063 269 278 083 184 589
第3趟收集后:
008 063 083 109 184 269 278 505 589 930
【基数排序C语言实现】after sort:
008 063 083 109 184 269 278 505 589 930
Press any key to continue
推荐阅读
- 【生信技能树】R语言练习题|【生信技能树】R语言练习题 - 中级
- 一起来学习C语言的字符串转换函数
- C语言字符函数中的isalnum()和iscntrl()你都知道吗
- C语言浮点函数中的modf和fmod详解
- C语言中的时间函数clock()和time()你都了解吗
- 一个选择排序算法
- C语言学习|第十一届蓝桥杯省赛 大学B组 C/C++ 第一场
- C语言解方程的根和判断是否是闰年
- 排序(归并排序)
- C语言的版本比较