摘要: 学习资料:https://programmercarl.com/链表理论基础.html#链表的类型 可设置虚拟头结点 dummy_head 链表最后指向Null 一个节点包含值和索引 学习记录: 203.移除链表元素(基本ListNode(),cur.next, cur.next.val) 点击查看 阅读全文
posted @ 2024-10-04 21:07 Tristan241001 阅读(12) 评论(0) 推荐(0)