多项选择题

int count=1;while(count< n){count=count*2;}n是问题的规模,请问该算法的时间复杂度不是()

A.O(log2n)
B.O(1)
C.O(n)
D.O(n*n)

微信扫码免费搜题