21. n 個數字使用 comparison-based sorting algorithm (比較型的排序演 算法)其時間複雜度下限(lower bound)為? (A)θ(n2 ) (B)θ(n3 ) (C)θ(n) (D)θ(n logn)。