Vidyalelo
Data Structure · Q301

Miscellaneous on Data Structures

Programming · Data Structure · question 301

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)
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board