Viasat Interview Question

Write a linked list class. Make sure it has a method where we can insert a method at a specific index.

Interview Answer

Anonymous

Mar 6, 2012

Simple Linked List implementation in java

1