Question: Java Programming .Build a linked list class(A series of music by a given artist, ordered into a linked list by when it was released) so
Java Programming

.Build a linked list class(A series of music by a given artist, ordered into a linked list by when it was released) so this will be a foundation for the doubly linked list that you wil use in another project. Include a method to add, insert, and delete a node . The final program you turn in should add 5 items to your linked list, insert 2 items, then delete 3 items and print the list at each state
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
