The order of the input records has what impact on the number of comparisons required by Bubble Sort (as presented in this module)?
Does Bubble Sort 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.