Skip to content

In DataStructures/List/Doublelinkedlist, add feature to delete node whose pointer is passed #1358

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

Closed
Abhinav-Sharma-17 opened this issue Jul 8, 2020 · 0 comments · Fixed by #1366

Comments

@Abhinav-Sharma-17
Copy link

example list : 1->2->3->4
Their pointers are ptr1,ptr2,ptr3 and ptr4 respectively.
So if we pass ptr3 into the function , the new list should be 1->2->4.
Benefits: O(1) implementation

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 a pull request may close this issue.

1 participant