Q64
What is the worst case time complexity of inserting an element into the sorted array?
A.
O(nlogn)
B.
O(logn)
C.
O(n)
AnswerD.
O(n2)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board