Update index.md (#31974)

This commit is contained in:
Sahishnu
2019-04-01 14:25:53 -04:00
committed by The Coding Aviator
parent eb09e4000f
commit 6fac1c628a

View File

@ -56,3 +56,6 @@ int power(int x, unsigned int y, int p) {
} }
``` ```
Time Complexity: O(Log y). Time Complexity: O(Log y).
#### More Information:
- [Basic Fundamentals](https://mathinsight.org/exponentiation_basic_rules)