在长度为n的单链表中插入一个元素操作算法时间复杂度为()。
未知类型:{'options': ['O(1)', ' O(n)', ' O(logn)', ' O([img=16x18]17e0a6d25e02f0a.jpg[/img])'], 'type': 102}
未知类型:{'options': ['O(1)', ' O(n)', ' O(logn)', ' O([img=16x18]17e0a6d25e02f0a.jpg[/img])'], 'type': 102}
举一反三
- 在长度为n的线性表中查找值为x的数据元素,其时间复杂度为:()。 未知类型:{'options': ['O(0)', ' O(1)', ' O(n)', ' O([img=16x18]17e0a6d25e02f0a.jpg[/img])'], 'type': 102}
- 在具有n个结点的有序单链表中插入一个新结点并仍然有序的时间复杂度是()。 未知类型:{'options': ['O(1)', ' O(n)', ' O([img=16x18]17e0a6d25e02f0a.jpg[/img])', ' O([img=45x18]17e0a8c6563443f.jpg[/img])'], 'type': 102}
- 从具有n个结点的二叉排序树中查找一个元素时,在最坏情况下的时间复杂度为( )。 未知类型:{'options': ['O(n)', ' O(1)', ' O(log2n)', ' O([img=16x18]17e0a6d25e02f0a.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}
- 在长度为n的顺序表中插入一个元素的时间复杂度为 _______。 未知类型:{'options': ['O(n)', 'O([img=18x22]17de5f27141693a.png[/img])', 'O(log2n)', 'O(1)'], 'type': 102}