文件名称:sort
介绍说明--下载内容来自于网络,使用问题请自行百度
利用堆排序的思想,使用C++模板类,对数组进行排序,输出最大或最小的k个数。-The use of heap sort of thinking, using C++ template class, sort the array, the output of the maximum or minimum number of k.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
用堆的思想输出数组中最大最小的k个数.cpp