A programmer writes a sorting algorithm. The algorithm takes different amount of time to sort two different lists of equal size. What is the possible difference between the two lists?
A. All numbers in one more list are more than 100, while in other are less than 100.
B. The ordering of numbers with respect to magnitude in two lists has different properties.
C. One list has all negative numbers, while the other has all positive numbers.
D. One list contains 0 as element, while the other does not.
Answer: Option B