🌈个人主页: Aileen_0v0
🔥系列专栏:<<Python数据结构与算法专栏>>
💫个人格言:"没有罗马,那就自己创造罗马~"
时间复杂度大小比较
1.time complexity of algorithm A is O(n^3) while algorithm B is O(2^n). Which of the following statement is TRUE?
A.For any problem in any scale, the alogorithm A is more efficient than alogrithm B.
B.For any problem in any scale, the alogorithm B is more efficient than alogrithm A.
C.As the scale of the proble increase,the alogrithm A is more efficient than alogrithm B.
D.As the scale of the proble increase,the alogrithm B is more efficient than alogrithm A.
👉Review Link