CLRS 8.3-4 Suppose that counting-sort is used as the stable sort within radix-sort. Describe how to reduce the total number of passes to d−1.
a) Increase the range of digits
b) Use a different sorting algorithm
c) Modify the counting-sort implementation
d) Implement parallel processing