【題組】13. We use Quick Sort to sort the array in ascending order. For each partition, let the rightmos
問題詳情
【題組】13. We use Quick Sort to sort the array in ascending order. For each partition, let the rightmost elementbe the pivot. Which one stores 245 after the first partition? (A) A[3]; (B) A[7); (C)A(5]; (D) A[4].