Topic: Linked List Problem / Level: advanced

Problem: How do you implement a sparse linked list that supports fast insertions and deletions at arbitrary positions?

Run the code to see the output here...