1.

What will be the time complexity of the code to find a minimum element from an array of size n and uses square root decomposition(exclude pre processing time)?

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


Discussion

No Comment Found