Radix-Sort(A,d) Input: A, an array of elements identified by an integer key d, the number of digits in the key. Output: the array ordered by the key for i ← 1 to d-1 use any stable sort to sort on digit i