Question d’entretien chez Smarsh

Given a pointer to one Node, how will you delete that Node (No head pointer given)

Réponse à la question d'entretien

Utilisateur anonyme

22 juin 2019

Idea is to copy the next node data to this node and move the next pointer to next.next