哈工大數據結構實驗4 查找與排序

就是寫個快排,網上抄個代碼就好了,若是想深刻理解請點這裏http://baike.baidu.com/view/19016.htmios #include <iostream> using namespace std; void sort(int* a,int x,int y){ int xx=x,yy=y; int k=a[x]; if (x>=y) return;
相關文章
相關標籤/搜索