(LeetCode)两个链表的第一个公共节点
LeetCode上面的题目例如以下:Write a program to find the node at which the intersection of two singly linked lists begins.For example, the following two linked lists:A: a1 → a2 ...