Which of the following is not true about MSD radix sort?
(a) its processing starts from the most significant digit
(b) it is not a stable sort
(c) it is an in place sorting algorithm
(d) it is non comparison based sort
I got this question in unit test.
My doubt stems from Sorting topic in chapter Sorting of Data Structures & Algorithms II