Closed Cupcc closed 2 months ago
https://leetcode.cn/problems/reverse-nodes-in-k-group/description/
pre, cur, nxt := nil, head, head use of untyped nil in assignment (solution.go)
pre, cur, nxt := nil, head, head
仓库中代码已修改,网站中代码未修改
请在提交 bug 之前先搜索
出错的题目链接
https://leetcode.cn/problems/reverse-nodes-in-k-group/description/
报错信息
pre, cur, nxt := nil, head, head
use of untyped nil in assignment (solution.go)你是否愿意提交 PR 修复这个 bug?