Which of the following is not true about radix sort?
(a) Radix sort performs better than quick sort when we have log n bits for every digit
(b) Radix sort has better cache performance than quick sort
(c) Radix sort has higher values of constant factor in asymptotic notation
(d) Radix sort takes more space than quick sort
Radix sort people please answer.