The order of the input records has what impact on the number of comparisons required by Bin Sort (as presented in this module)?
Does Binsort change when it make a comparison according to the order of the array input values?
No, it does not matter what order the input values have.