Cisco Interview Question

How would you delete a node in a linked list when you don't have the head pointer.

Interview Answer

Anonymous

Mar 11, 2011

copy data from the next node

2