单选题

下面的Python代码实现对 list 的快速排序,有关说法,错误的是(   )。

A

qSort(less) + qSort(greater) + [pivot]

B

[pivot] + qSort(less) + qSort(greater)

C

qSort(less) + [pivot] + qSort(greater)

D

qSort(less) + pivot + qSort(greater)

赣ICP备20007335号-2