摘要: /*——1——*/ void quick_sort(int a[], int left, int right){ if (left < right) { /* at the beginning, we could choose any element as a pivot element*/ /* 阅读全文
posted @ 2016-12-18 09:45 z_Vincent 阅读(172) 评论(0) 推荐(0)