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

Title: To Add Merge Two Linked Lists Algorithm #79

Closed
Armunshi opened this issue Oct 17, 2024 · 4 comments
Closed

Title: To Add Merge Two Linked Lists Algorithm #79

Armunshi opened this issue Oct 17, 2024 · 4 comments
Labels
Assigned📋 This issue has been assigned to you! Closed:🚫 This issue or PR is closed due to invalidity or prolonged inactivity and lack of updates. hacktoberfest2024 Your contribution is part of Hacktoberfest 2024! 🎉 No_Update It's been so long you are not responding to this issue so we are going to close the issue soon.

Comments

@Armunshi
Copy link

Initiative (Required)

Hacktoberfest 2024 🎃

Is your feature request related to a problem? Please describe.

I will be providing an efficient Algorithm that merges two Sorted Linked lists in O(m+n) time where m and n are the lengths of each of the lists respectively

Describe the solution you'd like.

The Algorithm Works by using pointers over both linked lists and connecting their link based on which node is lesser than the other for example if the pointer on the node in the second lists points to a value less than that of the pointer on the first node then the pointer on the first node will point to the second node and thus by changing the links we achieve an efficient solution

Add any other context or screenshots about the feature request here.

No response

Copy link

@Armunshi

It's great having you contribute to this project

Thanks for opening this Issue 🙌 , Welcome to SkillShow 💖 We will review everything and get back to you.
Make sure to give a star to this repo before making a fork! Thank you :)

Copy link

Thanks for your contribution! 😊 However, it appears that a similar issue has already been reported. Please open a new issue that isn’t already listed, or review the open issues. If you see that someone hasn’t been active, you might consider commenting on that issue. 📋

@Armunshi Armunshi changed the title Title: To Add Merge Two Linked Lists Problem Title: To Add Merge Two Linked Lists Algorithm Oct 17, 2024
@Kushal997-das Kushal997-das reopened this Oct 17, 2024
@Armunshi
Copy link
Author

could you please assign me this as this is one of my first contributions

@Kushal997-das Kushal997-das added Assigned📋 This issue has been assigned to you! hacktoberfest2024 Your contribution is part of Hacktoberfest 2024! 🎉 labels Oct 22, 2024
@Kushal997-das Kushal997-das added No_Update It's been so long you are not responding to this issue so we are going to close the issue soon. Closed:🚫 This issue or PR is closed due to invalidity or prolonged inactivity and lack of updates. labels Oct 31, 2024
Copy link

github-actions bot commented Nov 1, 2024

Hi @Armunshi 👋, your issue #79 has been successfully closed ✅. Thank you for your valuable contribution! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Assigned📋 This issue has been assigned to you! Closed:🚫 This issue or PR is closed due to invalidity or prolonged inactivity and lack of updates. hacktoberfest2024 Your contribution is part of Hacktoberfest 2024! 🎉 No_Update It's been so long you are not responding to this issue so we are going to close the issue soon.
Projects
None yet
Development

No branches or pull requests

2 participants