文件名称:SortedIntArray
-
所属分类:
- 标签属性:
- 上传时间:2013-11-06
-
文件大小:1.92kb
-
已下载: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
SortedIntArray.java
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.