35.請評估下列演算法的執行時,並以 Big O 函數表示其時間複雜度(time complexity)?(A) Constant: O(1)(B) Linear: O(n)(C) Super-linear: O(nxlog2n )(D) Polynomial: O(n 2 )