首页题库练习题目详情
计算机软件基础单选题中等

对于循环结构for(i=1; i<=n; i++),其时间复杂度是?

AO(1)
BO(n)
CO(log n)
DO(n log n)