Question: java , , , Create a program that do the following: 1. implement a singly linked list and a doubly linked list from scratch to
Create a program that do the following:
1. implement a singly linked list and a doubly linked list from scratch to store a string datatype.
2. add you family members names in both lists
3. Print the contents of both linked list
7. Delete any name with the first letter "A", (print the list before and after the deletion).
Submit compressed folder with you .java files.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
