Here is the pseudo code to find the node of intersection of 2 lists:
Take two pointers at the start of both the linked lists.Find out the length for both of them. Suppose the length of the linked...