搜索资源列表
Qsort
- 本算法包括快速排序算法及快速排序的改进算法-The algorithm including the Quick Sort algorithm and Quick Sort Algorithm
paixu
- 随机产生100个0到999的整数存放于分别用于快速排序和堆排序的2个整型数组和一个用于链式基数排序的静态链表之中。为整数序列的输出定义一个输出函数。依据快速、堆和基数排序三种不同的算法分别编写函数程序。-Randomly generated 100 0-999 integer stored in a separate stack for rapid sequencing and sequencing of two integer array and a base for the chain so
sorting
- 快速排序算法,融合了选择排序和堆排序算法,使时间复杂度降为nlogn-Quick sort algorithm, the convergence of choices to sort and heap sort algorithm, so the time complexity is reduced nlogn
QuickSort
- 快速排序算法是一种基于分治技术的重要的排序算法,自从它被发明以来,就受到了研究人员的广泛注意。多年以来,人们对这个基本算法进行了大量的改良。我搜集并查阅了一些相关的资料,在下文中对这些改进做出一些介绍。 -Quick sort algorithm is a rule based on technologies important sorting algorithm, since it has been invented since, by the researchers on a wide ra
quicksort
- 本程序为用C语言编写的快速排序算法的源程序,很实用-This procedure for the use of C language source of quick sort algorithm, it is practical
kuaipai
- 最近写的快速排序算法,呵呵,欢迎大家来下载,呵呵呵 -Recently wrote the quick sort algorithm, huh, huh, welcome everyone to download,
quick
- 这是前段时间编写的快速排序算法,欢迎大家下载,呵呵 -This is earlier prepared Quicksort Algorithm, welcome everyone to download
quisort
- QUCICKSORT 快速排序算法的时间分析-Quick Sort algorithm QUCICKSORT time analysis
Student
- 学生管理系统 根据指定学生个数,逐个输入学生信息; (2) 逐个显示学生表中所有学生的相关信息; (3) 给定一个学生信息,插入到表中指定的位置; (4) 删除指定位置的学生记录; (5) 统计表中学生个数; (6) 利用直接插入排序或者折半插入排序按照姓名进行排序; (7) 利用快速排序按照学号进行排序; (8) 根据姓名进行折半查找,要求使用递归算法实现,成功返回此学生的学号和成绩; (9) 根据学号进行折半查找,要求使用非递归算法实现,成功返回此学生的姓
KITBAG
- 背包问题是用贪心算法得到最优解得一个典型问题。背包问题具有最优子结构性质首先通过快速排序算法对物品按照单价从大到小排序,然后进行贪心选择。-Knapsack problem is a greedy algorithm with the optimal solution may be a typical problem. Knapsack problem with the nature of the optimal sub-structure, first of all, quick sort a
qsort
- 比较优化的方式 实现传统的快速排序的方法(//The fllowing code implements the quick sort algorithm //)
QuickSort
- 快速排序算法,实现了快速排序,与归并排序算法进行对比(Quick Sort algorithm)
H9
- 谢尔排序,快速排序以及归并排序的三个Python程序(Shell sorting, quick sorting and merge sort of three Python program)
Quickp
- LINUX系统下的快速排序算法的MPI实现(MPI implementation of fast sorting algorithm)
内排序算法
- 常见6种内排序算法,冒泡排序,直接插入排序,直接选择排序,快速排序,希尔排序,堆排序(Common 6 internal sorting algorithms, bubble sort, direct insertion sort, direct selection sort, quick sort, Hill sort, heap sort)
部分排序算法(C语言版)
- 部分常用排序算法的代码实现 如冒泡排序,快速排序等(Code implementation of some commonly used sorting algorithms)
some sort and selection algorithms
- 三种排序算法和两种查找算法,可直接打开,编译运行。没有错误(some sort and selection algorithms)
%5B啊哈!算法%5D.啊哈磊.扫描版
- 啊哈算法的pdf版,特别形象的算法书籍,其中的快速排序,桶排序简单明了(pdf version of aha algorithm)
sort
- 排序算法,java语言编写,有直接插入排序,希尔排序,冒泡排序,快速排序,归并排序,堆排序。(Sorting algorithm, written in Java language, has direct insertion sort, Hill sort, bubble sort, quick sort, merge sort, heap sort.)
SimpleTestPaiXu
- 快速排序算法,选取一个中间值,小于中间值放左边,大于中间值的放右边(quick_sort:Select an intermediate value, less than the middle value to the left, greater than the median value to the right)