Q301
What is the least time in which we can raise a number x to power y?
A.
O(x)
B.
O(y)
C.
O(log x)
D.
O(log y)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board