Intersection point of two linked list question

https://ide.codingblocks.com/s/63055

Only 3 test cases passed.

monika don’t use map in linklist question try to solve only with linklist concept
In this make a recursive call for one linklist and check all the number of 2nd linklist the last number found matched will be the ans
Or u can also do with using simple for loop

1 Like

okok…