文件名称:SortedIntArray
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-11-06
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- 常**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
具有排序数组的类SortedIntArray
search方法运用二分查找算法:在给定的数组范围内查找某一元素,如果存在,返回元素所在的下标位置,如果不存在,则返回元素应该在的位置(如果要将此元素插入到数组中,且保持数组仍然有序的位置)
将此功能与插入功能相结合,实现对数组元素进行排序。
-Sort an array with the class SortedIntArray search method using binary search algorithm: given an array to search for an element, if it exists, returns the element where the subscr ipt position, if not present, then return the element should be in the position (if you want to this element inserted into the array, and to maintain the position of the array still ordered) this function with the insert function combine to achieve the array elements are sorted.
search方法运用二分查找算法:在给定的数组范围内查找某一元素,如果存在,返回元素所在的下标位置,如果不存在,则返回元素应该在的位置(如果要将此元素插入到数组中,且保持数组仍然有序的位置)
将此功能与插入功能相结合,实现对数组元素进行排序。
-Sort an array with the class SortedIntArray search method using binary search algorithm: given an array to search for an element, if it exists, returns the element where the subscr ipt position, if not present, then return the element should be in the position (if you want to this element inserted into the array, and to maintain the position of the array still ordered) this function with the insert function combine to achieve the array elements are sorted.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SortedIntArray.class
SortedIntArray.java