in java question:
Write a member function for a LList class isIntersects thatreturns true if two singly linked lists are intersecting (as shownbelow int the figure), otherwise, the method would return false. Donot make any assumption on the number of nodes of each linkedlist.
Answer