A.順序表的插入元素 B.順序表的刪除元素 C.n個(gè)元素,for循環(huán)求和 D.冒泡排序(雙層循環(huán))
A.n-i B.n-i+1 C.n-1 D.n-2
A.O(1) B.O(n) C.O(nn) D.以上都不對(duì)