Question: Design and implement your own linked list template class and methods. You will test your new template class using a driver program. The driver program

Design and implement your own linked list template class and methods. You will test your new template class using a driver program. The driver program should do the following:

Create a list of integers,

Add five integers to the list,

Display the list,

Remove a selected integer,

Display the list,

Empty the list.

Create a list of strings,

Add five strings to the list,

Display the list,

Remove a selected string,

Display the list,

Empty the list and exit

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!