27. Which of the following statements about Big O notation is CORRECT?
(A) Big O notation provides the exact running time of an algorithm.
(B) Big O notation can be used to compare algorithms only if they are similar algorithms.
(C) Big O notation provides the best-case running time of an algorithm.
(D) Big O notation ignores constants and lower-order terms.

(E) Big O notation is only used to analyze sorting algorithms.

答案:登入後查看
統計: 尚無統計資料