摘要:        
#include<stdio.h>#include<math.h>#define N 10void quicksort(int a[],int low,int high);int split(int a[],int low,int high);main(){ int a[N],i; printf("Enter %d numbers to be sorted: ",N); for(i=0;i<N;i++) { scanf("%d",&a[i]); } quicksort(a,0,N-1); printf("I    阅读全文
        
            posted @ 2010-12-08 15:34
xueda120
阅读(138)
评论(0)
推荐(0)
        
     

 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号