Update index.md (#31974)
This commit is contained in:
committed by
The Coding Aviator
parent
eb09e4000f
commit
6fac1c628a
@ -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)
|
||||||
|
Reference in New Issue
Block a user