Skip to content

Commit 15af5f4

Browse files
committed
Updated 'info.json' in Maximum Matrix Sum
1 parent 1c0ed69 commit 15af5f4

File tree

1 file changed

+4
-9
lines changed
  • scripts/algorithms/M/Maximum Matrix Sum

1 file changed

+4
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
22
"id": "1975",
33
"name": "Maximum Matrix Sum",
4-
"url": "https://leetcode.com/problems/maximum-matrix-sum",
5-
"difficulty": "medium",
4+
"url": "https://www.leetcode.com/problems/maximum-matrix-sum",
65
"premium": false,
7-
"topic": "algorithms",
8-
"solution": {
9-
"c++": true,
10-
"python": true,
11-
"java": true,
12-
"javascript": true
13-
}
6+
"acceptance": 45.5,
7+
"difficulty": "medium",
8+
"topic": "algorithms"
149
}

0 commit comments

Comments
 (0)