Nikzy7 / Algorithm-Snippets

Repo containing snippets of popular algorithms
17 stars 36 forks source link

Create DeletingtheNodeGiven.java #22

Closed Mownika25 closed 4 years ago

Mownika25 commented 4 years ago

Given a pointer to a node to be deleted, delete the node. Note that we don’t have pointer to head node.