快速排序功能
public static void sort(int[] array);
1
二分查找功能
public static int binarySearch(int[] array, int key);