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.
1 parent a36ca7c commit f4c6578Copy full SHA for f4c6578
other/binary_exponentiation.py
@@ -1,5 +1,5 @@
1
"""
2
-* Binary Exponentiation
+* Binary Exponentiation for Powers
3
* This is a method to find a^b in a time complexity of O(log b)
4
* This is one of the most commonly used methods of finding powers.
5
* Also useful in cases where solution to (a^b)%c is required,
0 commit comments