選擇排序的遞歸算法

#include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 void fun(int* a,int n,int i) { if(i>=n-1) { return; } else{ int temp,j; temp=i; for(j
相關文章
相關標籤/搜索