Which of these will NOT affect the RELATIVE running times for two sorting algorithms?

The CPU speed
  • The number of records
  • The allowable range for the record values
  • The amount by which the values are out of order

If we speed up the CPU by a factor of two, both sorts will go twice as fast.