六、下列遞迴關係是 Quicksort 的平均計算時間:
 其中 n 代表輸入值的個數。假設當 n≦2 時 T(n)=1,請證明 T(n)=O(n log n)。 (15 分)