摘要:冒泡排序: 1 //复杂度:O(n^2) 2 //比较次数:n*(n-1)/2 ;移动等数量级 3 #include 4 #include 5 #include 6 using namespace std; 7 const int INF = 0x7fffffff; 8 void Bubble_so...
阅读全文
posted @ 2014-11-25 23:58
在这个优胜劣汰的游戏中,努力生存下去。
posted @ 2014-11-25 23:58
posted @ 2014-11-25 21:22
posted @ 2014-11-24 19:51
posted @ 2014-11-03 21:42
posted @ 2014-11-02 16:22