diff --git a/README.md b/README.md index 5a07a152..d4d6107a 100644 --- a/README.md +++ b/README.md @@ -1238,7 +1238,7 @@ | 1168 | Optimize Water Distribution in a Village     | | 52.6% | Hard | | | 1169 | Invalid Transactions     | | 27.4% | Medium | | | 1170 | Compare Strings by Frequency of the Smallest Character     | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/1170.%20Compare%20Strings%20by%20Frequency%20of%20the%20Smallest%20Character) | 60.5% | Easy | | -| 1171 | Remove Zero Sum Consecutive Nodes from Linked List     | | 42.3% | Medium | | +| 1171 | Remove Zero Sum Consecutive Nodes from Linked List     | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/1171.%20Remove%20Zero%20Sum%20Consecutive%20Nodes%20from%20Linked%20List) | 42.3% | Medium | | | 1172 | Dinner Plate Stacks     | | 41.6% | Hard | | | 1173 | Immediate Food Delivery I     | | 72.5% | Easy | | | 1174 | Immediate Food Delivery II     | | 52.3% | Medium | |