Skip to content

Commit 53d50e4

Browse files
committed
Updated 'info.json' in Matrix Cells in Distance Order
1 parent ded9c1a commit 53d50e4

File tree

1 file changed

+4
-9
lines changed
  • scripts/algorithms/M/Matrix Cells in Distance Order

1 file changed

+4
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
22
"id": "1030",
33
"name": "Matrix Cells in Distance Order",
4-
"url": "https://leetcode.com/problems/matrix-cells-in-distance-order",
5-
"difficulty": "easy",
4+
"url": "https://www.leetcode.com/problems/matrix-cells-in-distance-order",
65
"premium": false,
7-
"topic": "algorithms",
8-
"solution": {
9-
"c++": true,
10-
"python": true,
11-
"java": true,
12-
"javascript": true
13-
}
6+
"acceptance": 69.2,
7+
"difficulty": "easy",
8+
"topic": "algorithms"
149
}

0 commit comments

Comments
 (0)