摘要:
代码支持运行环境visual studio 2013。 我在Dev c++上运行不了,好像是timeGetTime()函数的问题,报错:\collect2.exe [Error] ld returned 1 exit status 代码写了多种排序算法,并进行了时间比较。由于基数排序消耗空间大,所以如果想使数组长度(ARRLEN)增大,最好现将基数排序相关代码注释掉,否则如果数组长度过大,会出... 阅读全文
摘要:
//代码功能除insert不完善,其余均可正确输出。 1 #include <iostream> 2 #include<vector> 3 #include<cstring> 4 using namespace std; 5 /* run this program using the console 阅读全文