在长度为n的顺序表中删除一个元素的时间复杂度为()。。


在长度为n的顺序表中删除一个元素的时间复杂度为()。。

A、O(1)

B、O(log2n)

C、O(n)

D、O(n2)

正确答案:O(n)


Tag:复杂度 顺序 元素 时间:2024-05-22 20:49:03