Question
Which data structure or concept is best described as a non-comparison sort that processes keys digit or group by digit?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Radix Sort
Explanation:
Radix Sort is a non-comparison sort that processes keys digit or group by digit.
This description distinguishes it from the other choices.
Leave a Reply