Math Fundamentals18 sections · 814 units
Open in CourseQuiz: Fast Exponentiation
(Knowledge check)
Check Your Understanding
What is the time complexity of computing a^n using fast exponentiation?
- A.O(sqrt(n))
- B.O(n)
- C.O(log n)
- D.O(1)
(Knowledge check)
What is the time complexity of computing a^n using fast exponentiation?