IGN Entertainment interview question

Write a data structure and method for deleting and splicing a linked list in javascript.

Interview Answer

Anonymous

23 Mar 2015

I have worked with linked lists before and was able to code the solution fairly quickly.