Microsoft Interview Question

Write a function that takes a linked list and removes every other element in it. Discuss test cases.

Interview Answer

Anonymous

Mar 11, 2011

Pretty straightforward. Make sure you write clean code with all the error handling.