題目:
找出兩個linked list的intersection Node,返回的時候要保持linked list的structure。
Write a program to find the node at which the intersection of two singly linked lists begins.