文件名称:Sort
-
所属分类:
- 标签属性:
- 上传时间:2014-05-05
-
文件大小:561byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
奇偶交换排序是另一种交换排序。它的第一趟对序列中的所有奇数项i扫描,第二趟对序列中的所有偶数项i扫描。若A[i] > A[i+1],则交换它们。第三趟有对所有的奇数项,第四趟对所有的偶数项,…,如此反复,直到整个序列全部排好序为止。-Parity exchange swap is another sort. It' s the first trip of a sequence of all odd items i scan, the second trip of a sequence of all the even-numbered items i scan. When A [i]> A [i+1], then the switch them. The third trip there for all the odd items, the fourth trip for all the even-numbered items, ..., and so forth, until the entire sequence all sorted so far.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Sort.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.