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

LinkedList 是双向链表吧,第一个节点的 prev 指向 null,最后一个节点的 next 指向 null #28

Closed
1332508387 opened this issue May 4, 2018 · 1 comment · Fixed by #29

Comments

@1332508387
Copy link

No description provided.

@crossoverJie
Copy link
Owner

crossoverJie commented May 4, 2018

@1332508387 多谢提醒。
刚才仔细看了下源码,在 1.7、1.8 中确实不是循环链表,最后一个指向的 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

Successfully merging a pull request may close this issue.

2 participants