搜索资源列表
quick_sort
- 快速排序,实现排序的时间再一般情况下的时间复杂性为nlogn算法实现-Quick Sort and achieve ranking period of time under normal circumstances the complexity of finite algorithm
quick_sort
- 一个quicksort的算法 有关数据结构的-a quicksort algorithm data structure
Quick_sort
- 本程序实现了快速排序,非常小,不过对于新手还是有一定的作用的
quick_sort
- 主函数,实现枚举排序,属于并行程序。输入:argc为命令行参数个数;输出:返回1代表程序正常结束
quick_sort
- 快速排序的mpi并行c程序,需要mpich环境
Quick_Sort
- Quick Sort Java 代码
quick_sort
- 实现快速排序的并行算法源程序,希望对大家有帮助。-Fast parallel algorithm to sort the source, I hope all of you help.
quick_sort
- qiuck_sort是优于其他排序操作的一种排序方法,而且不易于理解-Sort qiuck_sort is superior to other methods of operation of a sort, but can not be easily understood
quick_sort
- 快速排序算法的实现,对初学数据结构的入门者有很大的帮助,-Quick sort algorithm implementation, data structures for beginner beginners have a lot of help,
quick_sort
- 本程序是快速排序算法,能快速的排序,-quick sort program
quick_sort
- 快速排序法的范例程序,可以直接套用进模式计算,快速排序法是一种相对快捷的排序方法。-Express Ordering example program can be applied directly into the model system, with the quick sort is a relatively efficient method to sort.
c
- 快速排序算法,次算法基于分支策略的排序算法,对于输入的数组按从小到大进行排序. 创建一个二叉树的二叉链表结构,然后输出从根结点到所有叶子结点的路径。-quick_sort and binary_tree
Quick_Sort
- 实现快速排序,数据结构课程上的作业,对于想学号C语言的同学很有参考意义哦-Fast sorting, data structures courses on the operation, for No. I wanted to learn C language is very useful for students, oh
Quick_Sort
- c#实现快速排序算法运用静态函数实现sort算法-c# quick sort algorithm to achieve the use of a static function sort algorithms
Quick_Sort
- Quick sort implementaion
quick_sort
- 快速排序法,輸入一個數字SEQUCEN能將之 快速排列出來-quick sort
quick_sort
- 快速排序算法的具体实现代码,并包含排序时间-Concrete implementation of quick sort algorithm code, and includes sort time
quick_sort
- 用MPI实现的快速排序算法。在VC环境下开发.-MPI implementation with fast sorting algorithms. Development in the VC environment.
Quick_Sort
- 这个代码说明了快速排序的操作,其中在用轴将数组分成两部分的时候用了两种方法-this code shows the quick_sort operation, when using pivot to divide the array into two part, there are 2 functions
Quick_sort
- 快速排序算法C++实现,含有时间复杂度标记,整个算法实现分为两部分,比较简洁。(C++ implementation of fast sorting algorithm)
