We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afceee5 commit 017b4cdCopy full SHA for 017b4cd
scripts/algorithms/C/Circle and Rectangle Overlapping/info.json
@@ -1,14 +1,9 @@
1
{
2
"id": "1401",
3
"name": "Circle and Rectangle Overlapping",
4
- "url": "https://leetcode.com/problems/circle-and-rectangle-overlapping",
5
- "difficulty": "medium",
+ "url": "https://www.leetcode.com/problems/circle-and-rectangle-overlapping",
6
"premium": false,
7
- "topic": "algorithms",
8
- "solution": {
9
- "c++": true,
10
- "python": true,
11
- "java": true,
12
- "javascript": true
13
- }
+ "acceptance": 44.0,
+ "difficulty": "medium",
+ "topic": "algorithms"
14
}
0 commit comments