单选题:If the time complexity of Partition(Data a[],int i,int j) is O(n
If the time complexity of Partition(Data a[],int i,int j) is O(n),then which is the time complexity for the following code?
void QSort(Data a[],int left,int right){
if(left答案:C