文件名称:selectionSorting
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-04-10
- 文件大小:
- 17kb
- 下载次数:
- 0次
- 提 供 者:
- wa***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
The selection sort improves on the bubble sort by making only one exchange for every pass through the list. In order to do this, a selection sort looks for the largest value as it makes a pass and, after completing the pass, places it in the proper location. As with a bubble sort, after the first pass, the largest item is in the correct place. After the second pass, the next largest is in place. This process continues and requires n− 1 passes to sort n items, since the final item must be in place after the (n− 1) st pass.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
selectionSorting
................\build
................\.....\classes
................\.....\.......\selectionsorting
................\.....\.......\................\SelectionSorting.class
................\build.xml
................\manifest.mf
................\nbproject
................\.........\build-impl.xml
................\.........\genfiles.properties
................\.........\private
................\.........\.......\private.properties
................\.........\project.properties
................\.........\project.xml
................\src
................\...\selectionsorting
................\...\................\SelectionSorting.java