1.數組---查找 2.數組--二分查找法 3.數組--二分查找法的應用

數組中  最值,查找法 返回值int .  最值:public static int 名字(int[] arr)-----數組中找元素,元素出於數組本身,返回元素   查找法: public static int 名字(int[] arr, int a)  :帶着要找的元素到數組中去找, 返回角標x .  
相關文章
相關標籤/搜索