对int数组采用低位优先排序
/*Given an array of N decimal integers of different lengths,
describe how to sort them in O(N + K) time,
where K is the total number of digits overall all the N integers. */
//将十进制数字转为int类型的值。int固定
原创
2016-11-23 16:37:32 ·
681 阅读 ·
0 评论