LetsGrowMoreCommunity / DSA-Playyard

Explore the world of Data Structures and Algorithm
18 stars 51 forks source link

Create 5. Delete a Node in a Linked List.java #126

Closed comnk closed 3 years ago

comnk commented 3 years ago

My code for deleting a node in a linked list in Java

ujju20 commented 3 years ago

Ok This I am merging Your solution is correct. Keep up the good work.