【LeetCode刷题】相交链表问题:妙解

/** 这个可太难想到了,双指针法! * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }
posted @ 2019-11-14 15:57  拓海藤原  阅读(131)  评论(0编辑  收藏  举报