回覆列表
  • 1 # w0589

      插入排序,選擇排序,氣泡排序,快速排序等  快速排序public class QuickSort { public static void main(String[] args) { int[] array = {

    9,

    8,

    7,

    6,

    5,

    4,

    3,

    2,

    1, 0, -1, -2, -3 }; System.out.println("Before sort:"); ArrayUtils.printArray(array); quickSort(array); System.out.println("After sort:"); ArrayUtils.printArray(array); } public static void quickSort(int[] array) { subQuickSort(array, 0, array.length - 1); } private static void subQuickSort(int[] array, int start, int end) { if (array == null || (end - start + 1)

  • 中秋節和大豐收的關聯?
  • 冒險島火毒和炎術士推薦?