Intersection of Two Linked Lists
160.Intersection of Two Linked Lists
Given the heads of two singly linked-lists and , return the node at which the two lists intersect. If the two linked lists have no intersection at all, return .
For example, the following two linked lists begin to intersect at node :