设存在数组a,其长度为Len,则下列哪个泛型算法用于对a进行升幂排序
A.reverse(a,a+Len); B.sort(a,a+Len); C.find(a,a+Len,value); D.copy(a,a+Len,b);
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。