Page 1 of 1

What is the advantage of radix sort over quick sort?

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) radix sort performs better than quick sort when we have log n bits for every digit
b) radix sort has lesser space complexity
c) radix sort is not a comparison based sorting technique
d) radix sort has better cache performance than quick sort