template
node
which creates a duplicate of the list front and returns a pointer to the
new list. The elements in the new list must be in the same order as
those in the original list.
Please provide a complete program if it makes sense.
Linked Lists
See attached file for full problem description.
Please provide a complete program if it makes sense.
Data Structures with C++ using STL are demonstrated.