zwangZJU#LeetCode-in-python-wznote#LeetCode-python-203-移除链表元素1

时间:2022-07-25 14:16:30
【文件属性】:

文件名称:zwangZJU#LeetCode-in-python-wznote#LeetCode-python-203-移除链表元素1

文件大小:1KB

文件格式:MD

更新时间:2022-07-25 14:16:30

leetcode python 链表

要考虑第一个节点要被删除的情况代码实现self.next = Nonedef removeElements(self, head: ListNode, val:


网友评论