Question: 1.) Write a linked list in C++ that uses a class for its implementation. Then also give a main menu for the user with the
1.) Write a linked list in C++ that uses a class for its implementation. Then also give a main menu for the user with the following options, 1.) Add node to the beginning, 2.) Add node to the end, 3.) Change node, 4.) Traverse list from the beginning, 5.) Traverse list from the end, 6.) quit.
The data type just being an integer number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
