Snapdeal interview question

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

Interview Answer

Anonymous

Mar 21, 2020

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