摘要: package com.sxc.com.wechat;import org.junit.Test;import java.text.DateFormat;import java.text.ParseException;import java.text.SimpleDateFormat;import 阅读全文
posted @ 2018-08-13 16:31 索馫 阅读(124) 评论(0) 推荐(0) 编辑
摘要: package com.sxc.search;import org.junit.Test;public class BinarySearch { public static int[] array = {1,3,5,7,9,15,13,12,10};//待搜索数组 public static int 阅读全文
posted @ 2018-08-13 15:00 索馫 阅读(126) 评论(0) 推荐(0) 编辑