文件名称:Heapsort

介绍说明--下载内容均来自于网络,请自行研究使用

堆排序是指利用堆这种数据结构所设计的一种排序算法,它是选择排序的一种。可以利用数组的特点快速定位指定索引的元素。堆分为大根堆和小根堆,是完全二叉树。大根堆的要求是每个节点的值都不大于其父节点的值,即A[PARENT[i]] >= A[i]。在数组的非降序排序中,需要使用的就是大根堆,因为根据大根堆的要求可知,最大的值一定在堆顶。-Heapsort refers to a sorting algorithm data structure designed using the heap, it is a sort of choice. You can use an array of features to quickly locate the specified index element. Heap into large and small root root heap heap is a complete binary tree. Requires large root heap is the value of each node is not greater than the value of the parent node, i.e., A [PARENT [i]] >= A [i]. In an array of non-descending order, we need to use is the large root heap, because according to the requirements of large root heap shows that the maximum value must be in the top of the heap.
(系统自动生成,下载前可以参看下载内容)

下载文件列表





Heapsort

........\.vs

........\...\Heapsort

........\...\........\v14

........\...\........\...\.suo

........\Debug

........\.....\Heapsort.exe

........\.....\Heapsort.ilk

........\.....\Heapsort.log

........\.....\Heapsort.obj

........\.....\Heapsort.pdb

........\.....\Heapsort.tlog

........\.....\.............\CL.read.1.tlog

........\.....\.............\CL.write.1.tlog

........\.....\.............\Heapsort.lastbuildstate

........\.....\.............\link.read.1.tlog

........\.....\.............\link.write.1.tlog

........\.....\vc140.idb

........\.....\vc140.pdb

........\Heapsort.cpp

........\Heapsort.sdf

........\Heapsort.sln

........\Heapsort.vcxproj

........\Heapsort.vcxproj.filters

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org