当前位置:首页
> Luz 第6640页
Luz 管理员
暂无介绍
89859 篇文章 33 次评论对于n个记录的集合进行冒泡排序,在最坏情况下需要的时间是$$O(n^{2})$$。
对于n个记录的集合进行冒泡排序,在最坏情况下需要的时间是$$O(n^{2})$$。 ~@[](1)答案:TRUE…
To judge an odd integer $$N(>10)$$ is prime or not, we need to c
To judge an odd integer $$N(˃10)$$ is prime or not, we need to check if it is divisible by any odd number from 3 to $$\s…
$$\sqrt{N}logN$$ is $$O(N)$$.
$$\sqrt{N}logN$$ is $$O(N)$$. ~@[](2)答案:TRUE…
while(a=1){cout
while(a=1){cout˂˂"hello";}执行次数未知,分值为5分。 ~@[](5)答案:FALSE…