Pergunta de entrevista da empresa GALLO

How do you remove an element from the linked list? Show me graphically and explain the process.

Resposta da entrevista

Sigiloso

31 de jul. de 2017

I drew a standard linked list as you would see it in a text book, then I rerouted pointers and deleted the node explaining the whole process from a C perspective since Python doesn't have pointers. * Aimed to determine if I can walk through a problem