Arista Networks interview question

Write a function, from scratch, to delete a node from a singly linked list in C. They wrote a driver program already, so you then go and compile & run the code.

Interview Answer

Anonymous

10 Oct 2017

Basic stuff from data structures; I got messed up by a pointer to a pointer.

1