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
a) O(√n)
b) O(n)
c) O(1)
d) O(n2)
b) O(n)
c) O(1)
d) O(n2)
Accurate answers. Every time.
https://answerhappy.com/