标签:new set highlight logs make int rac let ...
SORT_PROBLEM_B(A) let m be the count of character set let B[0..m-1] be a new array for i = 0 to m-1 make B[i] an empty list for i = 1 to A.length k = A[i][0]-‘a‘ C[i] = A[i][1...A[i].length] insert C[i] into list B[k] for i = 0 to m-1 SORT_PROBLEM_B(B[i])
标签:new set highlight logs make int rac let ...
原文地址:http://www.cnblogs.com/MrWrong/p/7126908.html