Skip to content

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

Closed
@Abhinav-Sharma-17

Description

@Abhinav-Sharma-17

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions