-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intersection of LinkedLists in Python #1247 #1573
Conversation
@raksha009 @OjusWiZard @nakul-19 |
@plazzy99 @raksha009 |
Respected @tarun26091999 It has been so long since I posted this PR , but no one reviewed this yet Please assign this to a active mentor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add one more testcase.
Done |
Requested Changes Done @tarun26091999 @rudrakshi99 |
There are two singly linked lists in a system. The end node of one of the linked list got linked to the second list, forming an inverted Y-shaped list. Write a program to get the point where two linked lists merge in Python
Fixes #1247