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 dc88339 commit 639e922Copy full SHA for 639e922
project_euler/problem_345/sol1.py
@@ -71,7 +71,7 @@ def solve(
71
finds the max sum for array arr starting with row number row_ind, and with columns
72
included in include_set. cache is used for caching intermediate results.
73
74
- >>> solve(np.array([[1, 2], [3,4]]), 0, {0, 1}, {})
+ >>> solve(np.array([[1, 2], [3, 4]]), 0, {0, 1}, {})
75
np.int64(5)
76
"""
77
0 commit comments