We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded9c1a commit 53d50e4Copy full SHA for 53d50e4
scripts/algorithms/M/Matrix Cells in Distance Order/info.json
@@ -1,14 +1,9 @@
1
{
2
"id": "1030",
3
"name": "Matrix Cells in Distance Order",
4
- "url": "https://leetcode.com/problems/matrix-cells-in-distance-order",
5
- "difficulty": "easy",
+ "url": "https://www.leetcode.com/problems/matrix-cells-in-distance-order",
6
"premium": false,
7
- "topic": "algorithms",
8
- "solution": {
9
- "c++": true,
10
- "python": true,
11
- "java": true,
12
- "javascript": true
13
- }
+ "acceptance": 69.2,
+ "difficulty": "easy",
+ "topic": "algorithms"
14
}
0 commit comments