Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks done
Cupcc opened this issue Jan 20, 2024 · 1 comment
Open
2 tasks done

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

Cupcc opened this issue Jan 20, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Cupcc
Copy link

Cupcc commented Jan 20, 2024

请在提交 bug 之前先搜索

  • 我已经搜索过 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?

  • 我愿意!
@Cupcc Cupcc added the help wanted Extra attention is needed label Jan 20, 2024
@Cupcc
Copy link
Author

Cupcc commented Jan 20, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant