Q6
What is the time complexity of inserting an element at the end of an array?
A.
O(1)
AnswerB.
O(n)
C.
O(log n)
D.
O(n log n)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board