Header file for templatized singly and doubly linked lists
C++
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.