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

06_linkedlist/SinglyLinkedList.java #183

Open
yongxu16 opened this issue Dec 7, 2018 · 1 comment
Open

06_linkedlist/SinglyLinkedList.java #183

yongxu16 opened this issue Dec 7, 2018 · 1 comment

Comments

@yongxu16
Copy link

yongxu16 commented Dec 7, 2018

64行
newNode.next = q.next;
此处 newNode的next 是null, q结点循环后next也是null, 这行代码没用吧 ??

@gyilun
Copy link

gyilun commented Dec 25, 2018

刚好我也想问这个,null = null没啥意义啊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants