搜索资源列表
bubblesort
- 一个起泡排序算法-a bubble sort algorithms
sort.tar
- 此程序改自算法课的一个作业,用四种不同的算法,对随机生成的n个数排序(n取值500至5000),并重复n遍,最后统计平均比较次数。本在xp下用vc6编写,现在修改为Ubuntu下gcc编译。 sortArchieve.c内为各个排序算法的实现-Since the algorithm for this process to a class operation, with four different algorithms, to randomly generated n the number
shanks
- 求离散对数的shanks算法,要求如下: 实现计算 Zp 中计算离散对数的 Shanks 算法,基本要求如下: 1)p 是一个小素数( 小于 32 bit ),a 是一个本原元。程序的输入为(p, a, b), 输出为 logab ( mod p) (可以用 log3525 (mod 809)等作为测试); 2)采用快速模指数算法求幂(如am),采用扩展欧几里得算法求逆( 如a-i (mod p) ); 3)采用一种好的排序算法对 L1、L2 排序; 4)采用概率算
sample_sort
- 在linux环境下用c写的关于sample sort的多线程排序算法。-Write c in linux environment, multi-threaded sorting algorithms on sample sort
sort
- 自己实现的各种排序算法,已经调式验证过的,可以作为面试参考-Their implementation of various sorting algorithms have been tuning validated, can serve as a reference interview
sort
- 排序算法比较。 本程序实现了,快速排序 插入排序冒泡排序,快速和选择排序的结合算法。-sorting algorithm. This program implements, quick sort insertion sort bubble sort, quick sort of combination and selection algorithms.
comparison
- A program that compares the speed of some sorting algorithms like quicksort, merge sort, shell sort and selection sort.
sort
- 实现C语言的几种常用排序算法,封装了一下,可以在需要的时候直接调用(Several common algorithms of C language are implemented.)