二分查找(折半查找):針對數(shù)組有序的情況,切記不要將已給出的數(shù)組先排序后再查找
數(shù)組轉(zhuǎn)字符串功能
public static String toString(int[] array);