Skip to content

Commit 1af9698

Browse files
committed
Updated 'info.json' in Remove Zero Sum Consecutive Nodes from Linked List
1 parent 017b4cd commit 1af9698

File tree

1 file changed

+4
-9
lines changed
  • scripts/algorithms/R/Remove Zero Sum Consecutive Nodes from Linked List

1 file changed

+4
-9
lines changed
Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
22
"id": "1171",
33
"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",
4+
"url": "https://www.leetcode.com/problems/remove-zero-sum-consecutive-nodes-from-linked-list",
65
"premium": false,
7-
"topic": "algorithms",
8-
"solution": {
9-
"c++": true,
10-
"python": true,
11-
"java": true,
12-
"javascript": true
13-
}
6+
"acceptance": 42.8,
7+
"difficulty": "medium",
8+
"topic": "algorithms"
149
}

0 commit comments

Comments
 (0)