Question: Exercise 4 _ 2 Link based implementation of a List ADT Refer to the UML below to implement the data structure of a List (

Exercise 4_2 Link based implementation of a List ADT
Refer to the UML below to implement the data structure of a List (Refer to slide note)
Step 1: Create a java interface, ListInterface, to define List ADT, (please note, List/nterface
extends the interfaces of CollectionInterface and Iterable which is from java library. If there is
no CollectionInterface in your package, you need to create one.)
Step 2: Create a java class, LinkedList, to implement the ListInterface interface.
Step 3: Create a java class, TestLinkedList, to test if your implementation works or not.
The testLinked List is provided and could you show each code and final output
 Exercise 4_2 Link based implementation of a List ADT Refer to

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 Databases Questions!