Skip to content

Conversation

pull[bot]
Copy link

@pull pull bot commented Sep 18, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

Tcotyledons and others added 4 commits September 13, 2022 13:30
代码随想录网址上链表中的力扣707设计链表中的java代码:1,对于单链表的操作,删除元素的for循环跳出条件有误,进行了修改;2,对于双向链表,进行了插入头,尾元素和插入元素的统一操作。自己在原作者基础上写了一份设计链表的java代码。
修改了java版本的:1,单链表中的删除元素的循环跳出条件,2,自己优化了实现了双链表中插入元素的统一,无需单独实现头部插入和尾部插入
更新了707设计链表 java版本的 单链表删除的循环跳出条件和优化了双链表的插入元素的统一操作
@pull pull bot added the ⤵️ pull label Sep 18, 2022
@pull pull bot merged commit 8431f5a into AlgorithmAndLeetCode:master Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants