The order of the input records has what impact on the number of comparisons required by Radix Sort (as presented in this module)?
Radix Sort works differently from most sorts, it does not directly compare records
No, it does not matter what order the input values have.