在表长为n的顺序表上做删除运算,其时间复杂度为
在表长为n的顺序表上做删除运算,其时间复杂度为
A、O(1)
B、O(n)
C、O(nlog2n)
D、O(n2)
【正确答案】:B
Top