Question: Your job in this assignment is to create a generic linked list. The linked list should have the ability to perform the following actions: check

Your job in this assignment is to create a generic linked list. The linked list should have the ability to perform the following actions:
check if the list is empty
check the size of the list
add data to the list
add data to a specific (valid) location in the list
remove an item from the list based on position
remove an item from the list based on data value
removes all elements from the list
gets an item from the list based on the position
outputs the contents of the list
Use the dat file attached to demonstrate effectiveness of the linked list you created.
Note: You should use the Java Collection Framework to assist you in solving this problem

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!