Skip to content

Commit dc88339

Browse files
Update sol1.py
1 parent 4a9e68c commit dc88339

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project_euler/problem_345/sol1.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
We define the Matrix Sum of a matrix as the maximum possible sum of
77
matrix elements such that none of the selected elements share the same row or column.
88
9-
For example, the Matrix Sum of the matrix below equals 3315 ( = 863 + 383 + 343 + 959 + 767):
9+
For example, the Matrix Sum of the matrix below equals
10+
3315 ( = 863 + 383 + 343 + 959 + 767):
1011
7 53 183 439 863
1112
497 383 563 79 973
1213
287 63 343 169 583

0 commit comments

Comments
 (0)