數據結構與算法 ~ 排序 ~ 堆排序

數據結構與算法 ~ 排序 ~ 堆排序算法 /*sort--heapsort*/ #include<stdlib.h> #include<stdio.h> #define MAX 100 int create_heap(int *heap){ int e,length=0; printf("\n=======建立=======\n"); printf("\n請輸入數字(退出輸入0):");
相關文章
相關標籤/搜索