Java堆排序算法

package Practice; //堆排序算法 public class smartheapsort { public static void main(String[] args) { int[] a={5,7,2,6,8,9,3,1,4}; System.out.println("剛開始的元素!!!"); for (int j = 0; j < a.length; j++) { Syste
相關文章
相關標籤/搜索