LastTalon/Monolith

Add Linked List

Closed this issue · 0 comments

Problem

There should be a linked list data structure.

Proposed solution

Add a LinkedList class that implements List as a doubly-linked list.