Page 1 of 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 deco

Posted: Wed Jul 13, 2022 7:41 pm
by answerhappygod
a) O(√n)
b) O(n)
c) O(1)
d) O(n2)