Snapdeal interview question

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

Interview Answer

Anonymous

21 Mar 2020

1st one we take an current node a previos node and next node and then run a while loop to store the subsequent values.