摘要: public class SeqSearch { public static void main(String[] args) { int arr[] = { 1, 9, 11, -1, 34, 89 };// 没有顺序的数组 int index = seqSearch(arr, -11); if( 阅读全文
posted @ 2021-04-29 23:39 cire 阅读(76) 评论(0) 推荐(0)
/* 看板娘 */