排序
摘要:#include #include using namespace std;void bubble(int *a, int len) { for(int i = 0; i a[j + 1]) swap(a[j], a[j + 1]);}void select(int *a, int n) {...
阅读全文
posted @ 2015-09-20 14:18
posted @ 2015-09-20 14:18
posted @ 2015-06-17 15:45