CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - recursive quicksort

搜索资源列表

  1. quicksort

    0下载:
  2. 快速排序[非递归]算法 by buptwugh-Quick sort [non-recursive] algorithm made by buptwugh
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:2161
    • 提供者:吴国华
  1. quicksort

    0下载:
  2. 用非递归实现快速排序 主要思想: 利用栈来消除递归-Non-recursive quicksort implementation the main idea: to eliminate the use of recursive stack
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:10857
    • 提供者:weixiaoguoke
  1. QuickSort

    0下载:
  2. 快速排序法,基于分治策略的一个排序算法 3个步骤1分解,2递归求解,3合并 使用随机划分挑选哨兵,期望划分较对称-Quick Sort law governing strategy based on a sorting algorithm 3 Step 1 decomposition, 2 Recursive Solution, 3 combined divided randomly selected sentinel to expect a more symmetrical divis
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1156
    • 提供者:waterfly
  1. quicksort

    0下载:
  2. 通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Trip will be sorted by sorting the data is separated into two independent parts, a part of all of the data than another to be a small part of all of
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:521
    • 提供者:马值
  1. Quicksort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. Its b
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:3133
    • 提供者:郑阳
  1. Quicksort

    0下载:
  2. 快速排序算法基本思想 通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。一般设置数组的第一个数为需要比较的值,把整个数组分为小于和大于该数的两部分。 我自己在写这个算法的时候,卡住了好几回,总是边界值出现问题。下面的这个实现加入了注释,希望对你能够有所帮助。-Basic idea of quick sort algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:5548
    • 提供者:郑阳
  1. tailrecursiveQuicksort

    0下载:
  2. quicksort with tail recursive
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:910
    • 提供者:hwiparam
  1. Quicksort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. The b
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:618
    • 提供者:浩星无恨
  1. failure_tree_sort-(2)

    0下载:
  2. 快速排序的非递归算法,极大地提高了排序算法的效率-Non-recursive quicksort algorithm, which greatly improves the efficiency of sorting algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:580011
    • 提供者:张波
  1. QuickSort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. The b
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:8174
    • 提供者:杨金
  1. QuickSort

    0下载:
  2. 快速排序,递归,不稳定的排序,栈会不溢出,可运行大数量的排序-Quick sort, recursive, an unstable sort, the stack will not overflow, you can run a large number of sorting
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1223
    • 提供者:映雪
  1. Ex5-QuicksortConcorrenteDecomposicaoRecursiva

    0下载:
  2. Concurrent and recursive quicksort.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:53141
    • 提供者:Bocato
  1. Quicksort

    0下载:
  2. 快速排序算法的实现的源码,递归的调用过程-Quick sort algorithm source code, a recursive call
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1509177
    • 提供者:罗帆
  1. QuickSort

    0下载:
  2. 快排算法,基于分治策略,递归实现,适合数据结构的初学者研究。-Fast row algorithm based on divide and conquer strategies, recursive implementation, suitable for beginners study of data structures.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:925801
    • 提供者:
  1. inplace_sorts

    0下载:
  2. This file contains flagsort and a recursive quicksort implemented in python. Very useful for those who cannot find actual code outside of pseudocode.
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:652
    • 提供者:jimmymyman
  1. quicksort

    0下载:
  2. 利用c++语言并采用递归的方法编写的快速分类法,程序思路清晰,易懂。-Using c++ language and a recursive method to preparate the rapid classification, the procedures are clear and it is easy to understand.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:880
    • 提供者:wengfenghua
  1. qsort

    0下载:
  2. 分治递归实现的快速排序算法 时间复杂度nlogn -Divide and conquer recursive quicksort algorithm time complexity nlogn
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:20235
    • 提供者:huhao
  1. QuickSort

    0下载:
  2. 在VS 2008中,用C语言写的快速排序算法。不用多余的数组,直接对原数组进行排序。在递归调用中,对于【数组组就是数组首地址】的理解会更加通透。-In VS 2008, using C language to write quick sort algorithm. No extra array directly to the original array to be sorted. In the recursive call, the group is the first address of
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:988933
    • 提供者:贾立伟
  1. quicksort

    0下载:
  2. 对输入的几个数进行递归的快速排序 对冒泡程序的改进- use recursive to quick sort some number
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:873
    • 提供者:Tim
  1. QuickSort

    0下载:
  2. 对随机产生的浮点数排序,采用非递归的快速排序,解决了堆栈溢出的问题。-Sort of float randomly generated, using non-recursive quick sort, stack overflow problem solved.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1083
    • 提供者:袁永立
« 12 »
搜珍网 www.dssz.com