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

Finding interesection node of two linked lists connected in y shape #1247

Closed
Nikitha2309 opened this issue Mar 22, 2021 · 4 comments · Fixed by #1573
Closed

Finding interesection node of two linked lists connected in y shape #1247

Nikitha2309 opened this issue Mar 22, 2021 · 4 comments · Fixed by #1573
Assignees
Labels
cpp cpp code gssoc21 Girlscript summer of code 2021 Level1 medium linked-list python python code

Comments

@Nikitha2309
Copy link
Contributor

Nikitha2309 commented Mar 22, 2021

🚀 Feature

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

Motivation

Linked Lists are one of the data structures to which basic to advanced coding interview questions are related. Hence as many as possible algorithms should be learned on linked lists.

Pitch

Linked lists are a kind of data structure which have numerous applications. Many solutions can be made using linked lists as a data structure. Hence learning as many as possible algorithms related to it helps us resolve many issues in programming.

Self-assign

I would request you to approve this issue and assign it to me under the label"GSSoC'21" and "Level-2" or "Level-3"
Thank you

@Nikitha2309
Copy link
Contributor Author

I am a GSSoC'21 participant and I want to work on this issue. I am already familiar with this algorithm.

Please assign this issue to me under the label of GSSoC'21.

I can provide optimized yet understandable code with quality code, highly understandable comments, and easy as well as corner test cases.

I can work on this issue in Python

I have read Contributing Guidelines on Pull Requests.

@Nikitha2309 Nikitha2309 changed the title [GSSoC'21] Finding interesection node of two linked lists connected in y shape in python [ Level-2] [GSSoC'21] Finding interesection node of two linked lists connected in y shape in python Mar 23, 2021
@raksha009 raksha009 changed the title [GSSoC'21] Finding interesection node of two linked lists connected in y shape in python Finding interesection node of two linked lists connected in y shape Apr 2, 2021
@raksha009 raksha009 added gssoc21 Girlscript summer of code 2021 Level1 medium linked-list python python code labels Apr 2, 2021
@rk05-lenavo
Copy link
Contributor

@raksha009 Kindly assign me this issue under gssoc'21. I would like to work on this using C++ or java.

@raksha009
Copy link
Collaborator

@raksha009 Kindly assign me this issue under gssoc'21. I would like to work on this using C++ or java.

Go ahead with cpp

@Nikitha2309
Copy link
Contributor Author

Hey @raksha009
I have added the clear code
#1573
Pls review and merge
Thank you

rudrakshi99 pushed a commit that referenced this issue Apr 15, 2021
* Issue#1247 Code Added

* Requested Change 1 Done

* Requested Change 2 Done - Test Case 2 Added
@rudrakshi99 rudrakshi99 reopened this Apr 15, 2021
rk05-lenavo added a commit to rk05-lenavo/Algo-Tree that referenced this issue Apr 30, 2021
rk05-lenavo added a commit to rk05-lenavo/Algo-Tree that referenced this issue May 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp cpp code gssoc21 Girlscript summer of code 2021 Level1 medium linked-list python python code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants