Smarsh Interview Question

Delete a node from linked list when only a pointer to node is given

Interview Answer

Anonymous

Sep 26, 2019

Copy the next data to current and current.next to current.next.next