Question: Language is C++. Write a menu driven program that creates a doubly linked list. The program should give the user the following menu options and
Language is C++. Write a menu driven program that creates a doubly linked list. The program should give the user the following menu options and should run in an infinite loop. Here are the menu options: 1) Insert first node. 2) Insert last node. 3) Delete first node. 4) Delete last node. 5) Display list forward. 6) Display list backwards.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
