文件名称:merge
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2.43mb
- 下载次数:
- 0次
- 提 供 者:
- 王**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
分治法排序,给定长度为n的一个序列,对其进行快速排序和求第i小数-(1) Input: A sequence of n numbers <a1, a2, . . .,an>.
Output: A permutation (reordering) <a1’, a2’, . . .,an’> of the input sequence such that a1’ a2’ . . . an’
(2) Input: A set A of n (distinct) numbers and a number i, with 1 ≤ i ≤ n.
Output: The element x∈ A that is larger than exactly i- 1 other elements of A.
Output: A permutation (reordering) <a1’, a2’, . . .,an’> of the input sequence such that a1’ a2’ . . . an’
(2) Input: A set A of n (distinct) numbers and a number i, with 1 ≤ i ≤ n.
Output: The element x∈ A that is larger than exactly i- 1 other elements of A.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
merge\Debug\快速排序.exe
.....\.....\快速排序.ilk
.....\.....\快速排序.pdb
.....\快速排序\Debug\BuildLog.htm
.....\........\.....\mt.dep
.....\........\.....\vc90.idb
.....\........\.....\vc90.pdb
.....\........\.....\快速排序.exe.embed.manifest
.....\........\.....\快速排序.exe.embed.manifest.res
.....\........\.....\快速排序.exe.intermediate.manifest
.....\........\.....\快速排序.obj
.....\........\input.txt
.....\........\output1.txt
.....\........\output2.txt
.....\........\output3.txt
.....\........\快速排序.cpp
.....\........\快速排序.vcproj
.....\........\快速排序.vcproj.wangwenchao-PC.wangwenchao.user
.....\快速排序.ncb
.....\快速排序.sln
.....\快速排序.suo
.....\........\Debug
.....\Debug
.....\快速排序
merge
.....\.....\快速排序.ilk
.....\.....\快速排序.pdb
.....\快速排序\Debug\BuildLog.htm
.....\........\.....\mt.dep
.....\........\.....\vc90.idb
.....\........\.....\vc90.pdb
.....\........\.....\快速排序.exe.embed.manifest
.....\........\.....\快速排序.exe.embed.manifest.res
.....\........\.....\快速排序.exe.intermediate.manifest
.....\........\.....\快速排序.obj
.....\........\input.txt
.....\........\output1.txt
.....\........\output2.txt
.....\........\output3.txt
.....\........\快速排序.cpp
.....\........\快速排序.vcproj
.....\........\快速排序.vcproj.wangwenchao-PC.wangwenchao.user
.....\快速排序.ncb
.....\快速排序.sln
.....\快速排序.suo
.....\........\Debug
.....\Debug
.....\快速排序
merge