下列程序段的时间复杂度为( )i=1;while(i<;=n)i=i*2
未知类型:{'options': ['O(n)', ' O([img=16x18]17e436db6f18ee9.jpg[/img])', ' O(n[img=34x18]17e436767faafc6.jpg[/img])', ' O([img=34x18]17e436767faafc6.jpg[/img])'], 'type': 102}
未知类型:{'options': ['O(n)', ' O([img=16x18]17e436db6f18ee9.jpg[/img])', ' O(n[img=34x18]17e436767faafc6.jpg[/img])', ' O([img=34x18]17e436767faafc6.jpg[/img])'], 'type': 102}
举一反三
- 下面程序段的时间复杂度。x=n;//n>;1y=0;while(x≥(y+1)* (y+1))y++; 未知类型:{'options': ['O([img=21x19]17e43f24c5c98a6.jpg[/img])', ' O(1)', ' O([img=16x18]17e436db6f18ee9.jpg[/img])', ' O(logn)'], 'type': 102}
- 求以下算法的时间复杂度。void func1(int n){ int x=0, i;for (i=1;i<;=n;i++)for(j=i+1;j<;=n;j++)x++;} 未知类型:{'options': ['O(1)', ' O(n)', ' O([img=16x18]17e436db6f18ee9.jpg[/img])', ' O([img=13x14]17e43c2789f4894.jpg[/img])'], 'type': 102}
- 下列程序段的时间复杂度为( )s=0;for(i=1;i<;n;i++)for(j=1;j<;i;j++)s+=i*j 未知类型:{'options': ['O(1)', ' O(logn)', ' O(n)', ' O([img=16x18]17e436db6f18ee9.jpg[/img])'], 'type': 102}
- 以下程序段的时间复杂度是( )。i=1;while(i<;=n)i=i*3; 未知类型:{'options': ['O(n)', ' O(n*n)', ' O([img=25x24]17e438ac04179dd.png[/img])', ' O([img=43x24]17e44154d37102b.png[/img])'], 'type': 102}
- 在已知头指针的单链表中,要在其尾部插入一新结点,其算法的时间复杂度为( )。 未知类型:{'options': ['O(1)', ' O([img=34x18]17e436767faafc6.jpg[/img])', ' O(n)', ' O([img=16x18]17e436db6f18ee9.jpg[/img])'], 'type': 102}