Smarsh interview question

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

Interview Answer

Anonymous

26 Sept 2019

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