-->
当前位置:首页 > 题库 > 正文内容

判断题:Given two algorithms A1 and A2, with time complexities being

Luz3年前 (2022-11-16)题库581
Given two algorithms $$A_1$$ and $$A_2$$, with time complexities being $$T_1 = O(n^2)$$ and $$T_2 = O(n\log n)$$, respectively. Then $$A_2$$ must be faster than $$A_1$$.

答案:FALSE

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。