We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0ed69 commit 15af5f4Copy full SHA for 15af5f4
scripts/algorithms/M/Maximum Matrix Sum/info.json
@@ -1,14 +1,9 @@
1
{
2
"id": "1975",
3
"name": "Maximum Matrix Sum",
4
- "url": "https://leetcode.com/problems/maximum-matrix-sum",
5
- "difficulty": "medium",
+ "url": "https://www.leetcode.com/problems/maximum-matrix-sum",
6
"premium": false,
7
- "topic": "algorithms",
8
- "solution": {
9
- "c++": true,
10
- "python": true,
11
- "java": true,
12
- "javascript": true
13
- }
+ "acceptance": 45.5,
+ "difficulty": "medium",
+ "topic": "algorithms"
14
}
0 commit comments