Pergunta de entrevista da empresa Snapdeal

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

Resposta da entrevista

Sigiloso

21 de mar. de 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.