1.

Total how many iterations are required to find the sum of elements in a given range of (l,r) in an array of size n when we use square root optimization?

A. n
B. 2* n
C. 3* n
D. n* n
Answer» D. n* n


Discussion

No Comment Found