Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 310 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 310 Bytes

LinkedList

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.