We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf7918 commit d1f4ea4Copy full SHA for d1f4ea4
divide_and_conquer/power.py
@@ -1,4 +1,4 @@
1
-def actual_power(a: int, b: int)-> int:
+def actual_power(a: int, b: int) -> int:
2
"""
3
Function using divide and conquer to calculate a^b.
4
It only works for integer a,b.
0 commit comments