Question: Data Structure Linked List 2 Using doubly linked list, create a java code that does the following: Create a menu that contains the following operations:
Data Structure Linked List 2 Using doubly linked list, create a java code that does the following: Create a menu that contains the following operations: 1. Add new node to DLL 2. Delete a node from DLL 3. 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
