VC++2012编程演练数据结构常规排序算法(二)

2014-11-23 17:37:41 · 作者: · 浏览: 48
n;}
cout<<"排序后数组a:\n";
for(i=1;i<11;i++)
cout< cout< }
getch();
}

效果
五种排序算法