Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - heap sort
Search - heap sort - List
1、 演示程序对6种内部排序算法(堆排序、直接插入排序、简单选择排序、快速排序、希尔排序、归并排序)作输入实测比较。 2、 待排序表的元素的关键字为整数。用户可输入不同数据作测试比较。比较的指标为关键字参加的比较次数(用compCount计量)和关键字的移动次数(用shiftCount计量,关键字交换计为3次移动)。 3、 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(不大于20)和数据。 4、 每次测试完毕,显示各种排序比较指标值和排好序的数据。 -1, the demonstration program on six internal sorting algorithm (Heap Sort direct insertion sequence and simple choice ranking Quick Sort, Hill sorting, merging ranking) for the importation of experimental comparison. 2, the ranking table to be elements of the keyword as an integer. Users can input data for testing different comparison. Comparable indicators to compare the keyword in the number of (using compCount measurement) and the mobile number keyword ( shiftCount use metering, the keyword exchange dollars for the 3rd Mobile). 3, the demo program to computer users and implementation of the dialogue, that is displayed on the computer terminal, "a message", Users can sort the keyboard input to be in table (not more than 20) and data. 4, each test completed, showing the sort ind
Date : 2008-10-13 Size : 31.84kb User : 张涛

1、 演示程序对6种内部排序算法(堆排序、直接插入排序、简单选择排序、快速排序、希尔排序、归并排序)作输入实测比较。 2、 待排序表的元素的关键字为整数。用户可输入不同数据作测试比较。比较的指标为关键字参加的比较次数(用compCount计量)和关键字的移动次数(用shiftCount计量,关键字交换计为3次移动)。 3、 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(不大于20)和数据。 4、 每次测试完毕,显示各种排序比较指标值和排好序的数据。 -1, the demonstration program on six internal sorting algorithm (Heap Sort direct insertion sequence and simple choice ranking Quick Sort, Hill sorting, merging ranking) for the importation of experimental comparison. 2, the ranking table to be elements of the keyword as an integer. Users can input data for testing different comparison. Comparable indicators to compare the keyword in the number of (using compCount measurement) and the mobile number keyword ( shiftCount use metering, the keyword exchange dollars for the 3rd Mobile). 3, the demo program to computer users and implementation of the dialogue, that is displayed on the computer terminal, "a message", Users can sort the keyboard input to be in table (not more than 20) and data. 4, each test completed, showing the sort ind
Date : 2025-12-30 Size : 32kb User : 张涛

DL : 0
堆排序的基本原理实现 使用控制台进行编程 适合于初学者-Heap sort implementation uses the basic principles of programming suitable for beginners console
Date : 2025-12-30 Size : 2kb User : 张小凡

DL : 0
堆排序(HeapSort)是一树形选择排序。堆排序的特点是:在排序过程中,将R[l..n]看成是一棵完全二叉树的顺序存储结构,利用完全二叉树中双亲结点和孩子结点之间的内在关系(参见二叉树的顺序存储结构),在当前无序区中选择关键字最大(或最小)的记录-Heap Sort (HeapSort) is a tree selection sort. Heap sort is characterized by: the sort process, the R [l.. N] as a complete binary tree structure of the order of storage, using completely binary tree in the parent node and children nodes in the internal relations between relations (see the order of the binary tree memory structure), in the present disordered select keywords maximum (or minimum) record
Date : 2025-12-30 Size : 1kb User : 马值

各种排序算法,经典的选择,冒泡,堆,归并,插入排序-Various sorting algorithms, the classical selection, bubble, heap, merge, insertion sort
Date : 2025-12-30 Size : 864kb User : 张前东

bubble sort, quick sort, heap sort-bubble sort, quick sort, heap sort...
Date : 2025-12-30 Size : 2kb User : hasanatrasul

DL : 0
一个最全面的排序程序,其中包括了目前几乎所有常用的排序算法的实现,包括冒泡排序,简单交换排序,希尔排序,堆排序,直接插入排序,折半插入排序,2-路插入排序,快速排序,堆排序,归并排序,并且总结了相应的时间复杂度和空间复杂度-A sort algorithm that contains the bubble sort,simple swap sort,straight insert sort,binary insert sort,shell sort,quick sort,heap sort ,merge sort and so on
Date : 2025-12-30 Size : 4kb User : 刘中燕

DL : 0
这个程序主要实现了极小堆和极大堆排序的功能,然后比较两种排序的效率高低~-The main achievement of this program a very small heap and heap sort of great features, then compare the two- sort of inefficiency
Date : 2025-12-30 Size : 1mb User : 翁晓伟

DL : 0
常见排序算法的实现性能比较,包括快排,归并、选择、插入、冒泡和堆排序-The realization of the common sorting algorithm performance, including fast row, merge, select, insert, bubbling and heap sort
Date : 2025-12-30 Size : 9kb User : ddd

七种排序方法的综合实现 包括1.快速排序2.插入排序3.选择排序4.冒泡排序5.堆排序6.归并排序7.基数排序-Seven sorting method to achieve quick sort, insertion sort selection sort bubble sort 5. Heap sort, merge sort 7. Radix sort
Date : 2025-12-30 Size : 2kb User : wangaohui

DL : 0
算法与数据结构中的排序算法(直接插入,折半插入,表插入,冒泡,快速,简单选择,堆,归并,基排序)。-Algorithms and Data Structures in sorting algorithms (direct insertion, binary insertion, insert tables, bubble, quick, simple choice, heap, merge, group sorting).
Date : 2025-12-30 Size : 6kb User : 郭悠悠

DL : 0
堆排序实现,输入数组大小和数组序列(空格分隔),输出升序降序排列。-heap sort
Date : 2025-12-30 Size : 181kb User : dl

DL : 0
各种排序算法的代码,包括选择排序、冒泡排序、插入排序、快速排序、堆排序、希尔排序。-关闭翻译英语中文德语检测语言 中文(简体)英语日语 翻译文字或网页 各种排序算法的代码,包括选择排序、冒泡排序、插入排序、快速排序、堆排序、希尔排序。 请键入文字或网站地址,或者上传文档。 取消 Gè zhǒng páixù suànfǎ de dàimǎ, bāokuò xuǎnzé páixù, mào pào páixù, chārù páixù, kuàisù páixù, duī páixù, xī ěr páixù.Various sorting algorithm code, including the selection sort, bubble sort, insertion sort, quick sort, heap sort, Hill.
Date : 2025-12-30 Size : 1kb User : 应兆平

3种简单排序及堆排序、shell排序、快速排序、归并排序。二查搜索树的建立、遍历及插入、删除结点-Three kinds of simple sorting and heap sort, shell sort, quick sort, merge sort. Two investigations to establish the search tree traversal and insert, delete nodes
Date : 2025-12-30 Size : 3kb User : 赵启明

DL : 0
数据结构 排序算法的演示 模板类排序算法,输出每次排序结果,含有: 1.直接插入排序算法 2.冒泡排序算法 3.简单选择排序算法 4.堆排序算法 5.快速排序算法 6.归并排序算法 -Sorting algorithms, data structure of demonstration Template class sorting algorithms, output each sort results, containing: 1. Direct insertion sort algorithm 2. Bubble sort algorithm 3. Simple selection sort algorithm 4. The heap sort algorithm 5. Quick sort algorithm 6. Merge sort algorithm
Date : 2025-12-30 Size : 2.89mb User : 屈兴

DL : 0
给出一组关键字无序记录用堆排序算法进行排序的程序-Given a set of keywords to sort the records by disorderly heap sort algorithm program
Date : 2025-12-30 Size : 11kb User : huahenshui

DL : 0
各种排序方法,包括冒泡排序、希尔排序、归并排序、选择排序、堆排序。-Various sorting methods, including bubble sort, Hill sort, merge sort, select, sort, heap sort.
Date : 2025-12-30 Size : 270kb User : liyong

DL : 0
最小堆的定义与实现,其中包括堆排序算法、最小堆的下滑调整算法等。-Definition and implementation of the minimum heap,with the algorithm of heap sort and gliding adjustment.
Date : 2025-12-30 Size : 875kb User : 凌雪

DL : 0
输入一组关键字无序记录,用堆排序算法(或归并排序算法)进行排序。-Enter a set of keywords disorder recorded sort by heap sort algorithm (or merge sort algorithm).
Date : 2025-12-30 Size : 1.59mb User : sara

DL : 0
8种基本排序算法的排序过程的动态演示,以及不同排序算法的对比,冒泡、快速、直接插入、归并、希尔、基数、选择、堆排序,其中堆排序有树状图演示,每个排序过程都有核心代码同步演示。-The dynamic demonstration of the sorting process of eight basic sorting algorithms, and the comparison of different sorting algorithms, bubbling, quick, direct insert, merge, hill, base, select, heap sort, and tree presentation of heap sort, each sorting process has the synchronization demonstration of core codes .
Date : 2025-12-30 Size : 10.06mb User : 郭晓萍
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.