GALLO Interview Question

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

Interview Answer

Anonymous

Jul 31, 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