The correct answer is (b) LSD radix sort is a comparison sorting algorithm
The explanation is: LSD radix sort uses bucket sort for grouping the keys based on the digits at that value. And as it grouped the keys based on the digits at that values, it is integer sorting algorithm.