摘要: 二分查找的前提的要查找的数组必须有序.代码如下:程序1 1 public class source { 2 3 public int binary_sort(int[] array, int item) { 4 int len = array.length; 5 ... 阅读全文
posted @ 2014-12-29 19:00 黄金JFF 阅读(169) 评论(0) 推荐(0)