Question: Data Structure Linked List 2 Lab 3 Using doubly linked list, create a java code that does the following: Create a menu that contains the
Data Structure Linked List 2 Lab 3
Using doubly linked list, create a java code that does the following: Create a menu that contains the following operations:
-
Add new node to DLL
-
Delete a node from DLL
-
Show how many nodes in DLL
4. Print all data in the DLL 5. Exit
Important notes:
1. Write the operations from the pseudocode 2. The user should insert all data even in the first node 3. The menu should be repeated each time until the user 5 (Exit)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
