LL 2 - Delete Node in a Linked List
Problem
There is a singly-linked list head and we want to delete a node node in it.
You are given the node to be deleted node. You will not be given access to the first node of head. (link)
All the values of the linked list are unique, and it is guar...
chetan77.hashnode.dev2 min read