我的解讀意思 當Quick Sort 被劃分成best case or worst case時 worst case執行時間在big oh 這hidden constant 是較大的Good or bad split 指的是 quick sort 中利用pivot執行的比較法中遇到的好case or bad case
假如兩algo的running time 為 n^2 2n^2 他們時間複雜度為O(n^2) 無法從big oh中得知誰快誰慢這就稱 big O中, constant factor is hidden在constant factor is hidden中 bad split通常big oh稍微比較大一點