Skip to content

ajmetal/LinkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A templated doubly linked list written in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages