Skip to content

Added deleteNode method #1366

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

Merged
merged 1 commit into from
Jul 26, 2020
Merged

Conversation

rbshealy
Copy link
Contributor

@rbshealy rbshealy commented Jul 24, 2020

the method public void deleteNode(Link z) deletes the passed node from the current linked list
closes #1358

@rbshealy rbshealy changed the title Added deleteNode method, solving #1358 Added deleteNode method Jul 24, 2020
@StepfenShawn StepfenShawn merged commit 8ddbed6 into TheAlgorithms:master Jul 26, 2020
@StepfenShawn
Copy link
Member

Thanks!

@Abhinav-Sharma-17
Copy link

:D

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

Successfully merging this pull request may close these issues.

In DataStructures/List/Doublelinkedlist, add feature to delete node whose pointer is passed
3 participants