We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5160612 + 93b9e08 commit b2b6e9cCopy full SHA for b2b6e9c
Python/Modular Exponentiation/REAMDE.md renamed to Python/Modular Exponentiation/README.md
@@ -6,7 +6,7 @@ It is an effective way of calculating modulus values of extremely large exponent
6
You can refer to this amazing video to understand Modular exponentiation better:-
7
[Modular Exponentiation](https://www.youtube.com/watch?v=EHUgNLN8F1Y)
8
9
-I have used teo different approaches to solve this problem:
+I have used two different approaches to solve this problem:
10
11
1. iterative
12
2. recursive
0 commit comments