文件名称:fenzhi
介绍说明--下载内容均来自于网络,请自行研究使用
查找k1-k2问题从包含n个整数的无序列表中输出第k1小到第k2小之间的所有整数,其中k1<=k2。必须用分治法求解,但是不能简单地重复使用求第k小元素的分治法-Find the small k1 to k2 small integer, k1-k2, the problem from an unordered list with n integers in the output, where k1 < = k2. Divide and conquer method to solve, but we can not simply re-use the divide and conquer method of seeking the k elements
(系统自动生成,下载前可以参看下载内容)
下载文件列表
fenzhi.cpp