Vidyalelo
Data Structure · Q64

Arrays in Data Structures

Programming · Data Structure · question 64

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)
Answer
D.
O(n2)

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board