We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5917f5 commit 0393c5aCopy full SHA for 0393c5a
other/binary_exponentiation.py
@@ -23,7 +23,7 @@ def b_expo(a, b):
23
return res
24
25
26
-def b_expo(a, b, c):
+def b_expo_mod(a, b, c):
27
res = 1
28
while b > 0:
29
if b&1:
0 commit comments