Snapdeal interview question

Delete a given node from a Linked List without using extra memory.

Interview Answer

Anonymous

21 Mar 2020

2nd one we can replace the value of next node in the current given node.