Skip to content
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

Merged
merged 4 commits into from
Apr 15, 2021

Conversation

Nikitha2309
Copy link
Contributor

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

@Nikitha2309
Copy link
Contributor Author

Nikitha2309 commented Apr 9, 2021

@raksha009 @OjusWiZard @nakul-19
Pls review this PR
Thank You

@Nikitha2309
Copy link
Contributor Author

@plazzy99 @raksha009
Pls review this PR
Thank you

@raksha009 raksha009 removed their request for review April 11, 2021 07:40
@Nikitha2309
Copy link
Contributor Author

Nikitha2309 commented Apr 15, 2021

Respected @tarun26091999
Please assign this issue to some other else mentor and make it reviewed
I have written a clean code with comments and made all necessary changes.

It has been so long since I posted this PR , but no one reviewed this yet
Bcoz of this I am getting Branch conflicts
So Please REVIEW THIS PR
Thank you

Please assign this to a active mentor

@Nikitha2309 Nikitha2309 changed the title Issue#1247 Code Added Intersection of LinkedLists in Python #1247 Apr 15, 2021
Copy link
Member

@tarun26091999 tarun26091999 left a 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.

@Nikitha2309
Copy link
Contributor Author

add one more testcase.

Done

@Nikitha2309
Copy link
Contributor Author

Nikitha2309 commented Apr 15, 2021

Requested Changes Done @tarun26091999 @rudrakshi99
Let me know if there is anything else to be done
Merge if there are none
Thank you

@tarun26091999 tarun26091999 requested review from rudrakshi99 and removed request for vatsalkesarwani12 April 15, 2021 14:17
@rudrakshi99 rudrakshi99 merged commit 5f99f0e into Algo-Phantoms:main Apr 15, 2021
@rudrakshi99 rudrakshi99 added gssoc21 Girlscript summer of code 2021 Level1 medium labels Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc21 Girlscript summer of code 2021 Level1 medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Finding interesection node of two linked lists connected in y shape
3 participants