During the sorting, processing every element which is not yet at
During the sorting, processing every element which is not yet at its final position is called a "run". To sort a list of integers using quick sort, it may reduce the total number of recursions by processing the small partion first in each run. ~@[](2)答案:FALSE