标签:lin 创建 partition ret 指针 else code etc 一起
思路:
1.创建两个空链表
2.遍历原始链表
3.将大于x的node中的val放入到maxlist,将小于node的放入到minlist中
4.将两个链表拼接在一起
leetcode-86-partition list
原文地址:https://www.cnblogs.com/Sunshineboy1/p/13301304.html