Skip to content

Commit 017b4cd

Browse files
committed
Updated 'info.json' to Circle and Rectangle Overlapping
1 parent afceee5 commit 017b4cd

File tree

1 file changed

+4
-9
lines changed
  • scripts/algorithms/C/Circle and Rectangle Overlapping

1 file changed

+4
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
22
"id": "1401",
33
"name": "Circle and Rectangle Overlapping",
4-
"url": "https://leetcode.com/problems/circle-and-rectangle-overlapping",
5-
"difficulty": "medium",
4+
"url": "https://www.leetcode.com/problems/circle-and-rectangle-overlapping",
65
"premium": false,
7-
"topic": "algorithms",
8-
"solution": {
9-
"c++": true,
10-
"python": true,
11-
"java": true,
12-
"javascript": true
13-
}
6+
"acceptance": 44.0,
7+
"difficulty": "medium",
8+
"topic": "algorithms"
149
}

0 commit comments

Comments
 (0)