Page 1 of 1

What is the least time in which we can raise a number x to power y?

Posted: Wed Jul 13, 2022 7:40 pm
by answerhappygod
a) O(x)
b) O(y)
c) O(log x)
d) O(log y)