Domanda di colloquio di Snapdeal

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

Risposta di colloquio

Anonimo

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.