摘要:
//双向冒泡 bubble sort #include <iostream> #include <ctime> #define MAX 1000 #define N 10 using namespace std; void bubble(int* a,const int& len); inline void swap(int& x,int&... 阅读全文
posted @ 2009-11-19 18:23
leukotrichia
阅读(1340)
评论(0)
推荐(0)

浙公网安备 33010602011771号