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 middle element of a linked list #346

Closed
NevinSelby opened this issue Oct 2, 2021 · 5 comments
Closed

Finding middle element of a linked list #346

NevinSelby opened this issue Oct 2, 2021 · 5 comments
Assignees

Comments

@NevinSelby
Copy link
Contributor

I would like to add this as a part of hacktoberfest2021.
Link: https://practice.geeksforgeeks.org/problems/finding-middle-element-in-a-linked-list/1

@NevinSelby
Copy link
Contributor Author

pls add the tag hacktoberfest and assign this to me

@vacodr
Copy link

vacodr commented Oct 2, 2021

Hi I would like to solve this problem please assign this task to me thanks

@tanvideshmukh29
Copy link

I would love to work on this issue....

Given the head of a singly linked list, return the middle node of the linked list.

If there are two middle nodes, return the second middle node.

https://leetcode.com/problems/middle-of-the-linked-list/

please assign this to me.

@SR-Sunny-Raj
Copy link
Owner

@vacodr you can try some different problem.

@SR-Sunny-Raj
Copy link
Owner

I would love to work on this issue....

Given the head of a singly linked list, return the middle node of the linked list.

If there are two middle nodes, return the second middle node.

https://leetcode.com/problems/middle-of-the-linked-list/

please assign this to me.

Go for it👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants