A templated doubly linked list written in C++.
Working toward making this collection STL compliant. Iterators are currently supported.
Includes an example of a Stack and Queue implementation that uses the LinkedList.
Not intended for use in production applications, only for academic interest.