[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Header-only simple Doubly Linked List implementation with iterators. Will not maintain unless there are major issues.

License

Notifications You must be signed in to change notification settings

Ch10ew/DoublyLinkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DoublyLinkedList

Header-only simple Doubly Linked List implementation in C++11 with iterators. Will not maintain unless there are major issues.

Classes using the Doubly Linked List needs to implement operator== and operator<.

main.cpp contains (incomplete) sample usage of the class.

About

Header-only simple Doubly Linked List implementation with iterators. Will not maintain unless there are major issues.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages