fucking-algorithm icon indicating copy to clipboard operation
fucking-algorithm copied to clipboard

[bug][go]reverse-nodes-in-k-group

Open Cupcc opened this issue 1 year ago • 1 comments

请在提交 bug 之前先搜索

  • [X] 我已经搜索过 issues,没有发现相同的 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?

  • [X] 我愿意!

Cupcc avatar Jan 20 '24 04:01 Cupcc

仓库中代码已修改,网站中代码未修改

Cupcc avatar Jan 20 '24 04:01 Cupcc