Question d’entretien chez Yahoo

remove the node from the single linked list having only pointer to that node

Réponses aux questions d'entretien

Utilisateur anonyme

27 juin 2009

requires some tricks (replace the entire node with the next one)

2

Utilisateur anonyme

3 nov. 2009

replace the pointer to that node with the address of the node this one points to.