Update index.md (#31974)

pull/32164/head^2
Sahishnu 2019-04-01 14:25:53 -04:00 committed by The Coding Aviator
parent eb09e4000f
commit 6fac1c628a
1 changed files with 3 additions and 0 deletions

View File

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