Pergunta de entrevista da empresa Yahoo

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

Respostas da entrevista

Sigiloso

27 de jun. de 2009

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

2

Sigiloso

3 de nov. de 2009

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