1. 调用库函数:Arrays.sort
    2. 冒泡排序BubbleSort
    3. 快速排序QuickSort
    4. 归并排序MergeSort
    5. 堆排序HeapSort
    6. 优先级队列PriorityQueue