IGN Entertainment Interview Question

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

Interview Answer

Anonymous

Mar 23, 2015

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