Skip to content

Commit b64e230

Browse files
Update sol1.py
1 parent 30b351b commit b64e230

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: project_euler/problem_122/sol1.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
n^6 x n^6 = n^12
2525
n^12 x n^3 = n^15
2626
27-
We shall define m(k) to be the minimum number of multiplications to compute n^k; for example m(15) = 5.
27+
We shall define m(k) to be the minimum number of multiplications to compute n^k;
28+
for example m(15) = 5.
2829
2930
Find sum_{k = 1}^200 m(k).
3031

0 commit comments

Comments
 (0)