1.

What will be the time complexity of update query operation in an array of size n when we use square root optimization?

A. O( n)
B. O(n)
C. O(1)
D. O(n<sup>2</sup>)
Answer» D. O(n<sup>2</sup>)


Discussion

No Comment Found