How many comparisons will be made to sort the array arr = {1, 5, 3, 8, 2} using MSD radix sort?
(a) 5
(b) 7
(c) 9
(d) 0
I got this question in an interview for internship.
My question is taken from Sorting topic in section Sorting of Data Structures & Algorithms II