Skip to content

Commit d1f4ea4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fcf7918 commit d1f4ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

divide_and_conquer/power.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def actual_power(a: int, b: int)-> int:
1+
def actual_power(a: int, b: int) -> int:
22
"""
33
Function using divide and conquer to calculate a^b.
44
It only works for integer a,b.

0 commit comments

Comments
 (0)