Question: Code a C++ menu based program that should have 3 options 1)traverse the nodes of link list 2)Insert a value in the link list 3)Delete
Code a C++ menu based program that should have 3 options 1)traverse the nodes of link list 2)Insert a value in the link list 3)Delete a value from the link list .Make sure the user can insert and delete from all three possible ways from beginning, end and specified nodes (the insertion and deletion should be menu based as well).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
