Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 快速排序
Search - 快速排序 - List

简单的快速排序解决方案


Date : 2009-02-03 Size : 501byte User : qdqdqd

快速排序的迭代实现,不是递归的,递归的比较容易实现,迭代实现起来比较困难
Date : 2010-12-28 Size : 15.79kb User : falong1989@126.com

使用VB的快速排序算法-use VB Quick Sort Algorithm
Date : 2025-07-03 Size : 1kb User : 吕程

快速排序和冒泡排序-rapid sequencing and Bubble Sort
Date : 2025-07-03 Size : 8kb User : 吕程

快速排序和冒泡排序-rapid sequencing and Bubble Sort
Date : 2025-07-03 Size : 9kb User : 辛本胜

c++快速排序法-c rapid sequencing
Date : 2025-07-03 Size : 1kb User : 胡博

数据结构中的快速排序算法演示及其相关算法源码-data structure of the Quicksort algorithm and demonstrated correlation algorithm source code
Date : 2025-07-03 Size : 2kb User : 小龙

这个是快速排序法的算法实现-This is a rapid method of sorting algorithm
Date : 2025-07-03 Size : 141kb User : 陈新

演示快速排序算法-demonstration Quick Sort Algorithm
Date : 2025-07-03 Size : 11kb User : 阿姐

数据结构上机实验内容. 快速排序源程序代码-data structure on the plane experiments. Quick Sort source code
Date : 2025-07-03 Size : 1kb User : 悠女

本程序是关于快速排序的算法与归并排序,并比较两者所需的时间-the procedures for the rapid sequencing of the ranking algorithm and its stock, and compare the time required for both
Date : 2025-07-03 Size : 1.21mb User : 杨小娜

完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素(例如第一个元素),以该元素为标准,将所有元素分为二部分:所有小于该元素的集合,所有大于等于该元素的集合。 将该元素放在二部分中间 利用递归原理,分别对每部分进行排序-Fast sort algrithms
Date : 2025-07-03 Size : 10kb User : 要命

haha 快速排序的程序 jkasdjkajdjakjdsa-haha rapid sequencing procedures jkasdjkajdjakjdsa
Date : 2025-07-03 Size : 175kb User : 徐崇

分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4 - 9中给出了快速排序的伪代码-divide-and-rule method can be used to achieve an entirely different sort of way, this sort called Quick Sort (quick sort). In this method, n elements are divided into three (group) : Left of l e f t and the right of g h i r t and middle m i d e d l. The middle contains only one element. Left of the elements are smaller than or equal to the middle element of the right elements are greater than or equal to the middle element. So l e r t and f g h i t element of independent sort, and not on l e r t and f g h i t ranking results merger. M i d e d l of elements called Fulcrum (p i v o t). Figure 1 4-9 is given a quick sort of pseudo-code
Date : 2025-07-03 Size : 172kb User : 李顺

数据结构课程设计:冒泡、快速排序的比较,用C语言编写,调试成功-curriculum design data structure : Bubble, rapid sequencing of comparison, the C language, debugging success
Date : 2025-07-03 Size : 2kb User :

串行计算的一个简单的小程序,关于快速排序的简单代码(A quick sort of simple code)
Date : 2025-07-03 Size : 3kb User : azboooom

选取一个关键码key,一趟排序将要排序的数据分割成独立的两部分,key前的元素都小于key, 靠后的都大于key, 然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。(Select a key key, the two part of a sort to sort the data into independent, key elements are less than key, later than key, then according to the method of the data of the two parts were quick sort, the sorting process can be performed recursively, in order to achieve the data into ordered sequence.)
Date : 2025-07-03 Size : 5kb User : 美好时代

基于C语言写的快速排序策略,快速排序速度快,有很好的用处,c语言用处广泛,可以共享,好好学习一下。(C language based on the rapid sorting strategy, quick sorting speed, there is a good use, C language useful wide, you can share, study hard.)
Date : 2025-07-03 Size : 10kb User : 爱人同志

通过快速排序算法,将随机生成的1000个数排序(Through the quick sorting algorithm, the random generated 1000 numbers sort)
Date : 2025-07-03 Size : 27kb User : caoya104

数据结构,使用c++实现的快速排序,简单实现没有bug,啦啦啦(Data structure, the use of c++ to achieve fast sorting, simple implementation without bug, cheerleading)
Date : 2025-07-03 Size : 1kb User : DeepDark
« 12 3 4 5 6 7 8 9 10 ... 50 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.