在已知头指针的单链表中,要在其尾部插入一新结点,其算法的时间复杂度为( )。
未知类型:{'options': ['O(1)', ' O([img=34x18]17e436767faafc6.jpg[/img])', ' O(n)', ' O([img=16x18]17e436db6f18ee9.jpg[/img])'], 'type': 102}
未知类型:{'options': ['O(1)', ' O([img=34x18]17e436767faafc6.jpg[/img])', ' O(n)', ' O([img=16x18]17e436db6f18ee9.jpg[/img])'], 'type': 102}
举一反三
- 下列程序段的时间复杂度为( )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(1)', '', ''], 'type': 102}
- 在已知头指针的单链表中,要在其尾部插入一新结点,其算法所需的时间复杂度为() 未知类型:{'options': ['O(n)', 'O(1)', '', ''], 'type': 102}
- 在已知头指针的单链表中,要在其尾部插入一新结点,其算法所需的时间复杂度为() 未知类型:{'options': ['O(1)', 'O(n)', '', ''], 'type': 102}
- 在长度为n的单链表中插入一个元素操作算法时间复杂度为()。 未知类型:{'options': ['O(1)', ' O(n)', ' O(logn)', ' O([img=16x18]17e0a6d25e02f0a.jpg[/img])'], 'type': 102}