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

Reverse Linked List #45

Open
Ananyaas opened this issue Oct 11, 2021 · 4 comments
Open

Reverse Linked List #45

Ananyaas opened this issue Oct 11, 2021 · 4 comments
Labels
good first issue Good for newcomers Hacktoberfest Participating in Hacktoberfest '21 Linked list

Comments

@Ananyaas
Copy link
Collaborator

Ananyaas commented Oct 11, 2021

AIM : Given pointer to the head node of a linked list, the task is to reverse the linked list.
Input: Head of following linked list
1->2->3->4->NULL
Output: Linked list should be changed to,
4->3->2->1->NULL

@Ananyaas Ananyaas added good first issue Good for newcomers Linked list Hacktoberfest Participating in Hacktoberfest '21 labels Oct 11, 2021
@saurabh042
Copy link

HI @Ananyaas
Can you please assign this one to me?

@pranjalg13
Copy link
Contributor

Hey @Ananyaas , can I take this up? Already made code changes. Sorry Saurabh didn't see your comment.

@abhishek-h1
Copy link

Hi! I'd love to work on this @Ananyaas Can you please assign it to me

@pranjalg13
Copy link
Contributor

pranjalg13 commented Oct 12, 2021

Hey, @Ananyaas Can you please check the PR and review it once. Thanks in advance.
Link of PR: #50

@ghost ghost deleted a comment Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Hacktoberfest Participating in Hacktoberfest '21 Linked list
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants