Radix Sort

1. What's the time complexity of Radix Sort?
n is the number of elements & d is the maximum number of digits in any element of the array.
2. Radix Sort has O(1) space complexity