Here is a simple overview of linked list I will just cover some of the basics. template<typename nodeType> class List { public: List();...
Separate names with a comma.