/Linked-List-C-

Header file for templatized singly and doubly linked lists

Primary LanguageC++

Linked-List-C-

Header file for templatized singly and doubly linked lists written in C++. A sentinel node is used to point the list. When initialized the sentiel node will point to itself.