Domanda di colloquio di GALLO

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

Risposta di colloquio

Anonimo

31 lug 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