We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017b4cd commit 1af9698Copy full SHA for 1af9698
scripts/algorithms/R/Remove Zero Sum Consecutive Nodes from Linked List/info.json
@@ -1,14 +1,9 @@
1
{
2
"id": "1171",
3
"name": "Remove Zero Sum Consecutive Nodes from Linked List",
4
- "url": "https://leetcode.com/problems/remove-zero-sum-consecutive-nodes-from-linked-list",
5
- "difficulty": "medium",
+ "url": "https://www.leetcode.com/problems/remove-zero-sum-consecutive-nodes-from-linked-list",
6
"premium": false,
7
- "topic": "algorithms",
8
- "solution": {
9
- "c++": true,
10
- "python": true,
11
- "java": true,
12
- "javascript": true
13
- }
+ "acceptance": 42.8,
+ "difficulty": "medium",
+ "topic": "algorithms"
14
}
0 commit comments