We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9e68c commit dc88339Copy full SHA for dc88339
project_euler/problem_345/sol1.py
@@ -6,7 +6,8 @@
6
We define the Matrix Sum of a matrix as the maximum possible sum of
7
matrix elements such that none of the selected elements share the same row or column.
8
9
-For example, the Matrix Sum of the matrix below equals 3315 ( = 863 + 383 + 343 + 959 + 767):
+For example, the Matrix Sum of the matrix below equals
10
+3315 ( = 863 + 383 + 343 + 959 + 767):
11
7 53 183 439 863
12
497 383 563 79 973
13
287 63 343 169 583
0 commit comments