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 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 : Create a java interface, ListInterface, to define List ADT, please note, Listnterface
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 : Create a java class, LinkedList, to implement the ListInterface interface.
Step : 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
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
