2016年9月19日
摘要: /** * 二分查找 */package com.test1; public class Demo5_4 { public static void main(String[] args) { int arr[]={2,3,5,7,8}; BinaryFind bf=new BinaryFind(); 阅读全文
posted @ 2016-09-19 21:09 fengxiaolan 阅读(145) 评论(0) 推荐(0) 编辑
摘要: /** * 演示各种排序法 */package com.test1;import java.util.*;public class Demo5_3 { public static void main(String[] args) { // TODO Auto-generated method stu 阅读全文
posted @ 2016-09-19 20:52 fengxiaolan 阅读(368) 评论(0) 推荐(0) 编辑