fucking-algorithm
fucking-algorithm copied to clipboard
[bug][go]reverse-nodes-in-k-group
请在提交 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] 我愿意!
仓库中代码已修改,网站中代码未修改