增加0024:两两交换链表中的节点的python的双指针解法#2994
Open
Dalbergiaman wants to merge 2 commits intoyoungyangyang04:masterfrom
Open
增加0024:两两交换链表中的节点的python的双指针解法#2994Dalbergiaman wants to merge 2 commits intoyoungyangyang04:masterfrom
Dalbergiaman wants to merge 2 commits intoyoungyangyang04:masterfrom
Conversation
There was a problem hiding this comment.
Don't wat none of it any.ore please
| ### 虚拟头结点 | ||
| ### 虚拟头节点 | ||
|
|
||
| 在[链表:听说用虚拟头节点会方便很多?](https://programmercarl.com/0203.移除链表元素.html)中,我们讲解了链表操作中一个非常重要的技巧:虚拟头节点。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
增加0024题:两两交换链表的双指针的解法,不需要和原有第二个解法一样使用.next.next.next导致不直观,且简化了循环条件。
链表总结篇.md 虚拟头节点写错了 写成了虚拟头结点