标签:nbsp http 图解 info inf node mamicode tail mic
可能有点绕
1.node.next –> node.pre;node.pre –> node.next(递归)2.head.next –> None;tail.pre –> None3.head–>tail;tail–>head
双链表反转图解
原文地址:https://www.cnblogs.com/LoveGdx/p/11518691.html