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
Get step-by-step solutions from verified subject matter experts
