Question d’entretien chez Snapdeal

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

Réponse à la question d'entretien

Utilisateur anonyme

21 mars 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.