-->
当前位置:首页 > 题库

单选题:If the time complexity of Partition(Data a[],int i,int j) is O(n

Luz5年前 (2021-06-19)题库418
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