Simple JAVA linkedlist code implementation please help and complete any part you can - Without using the java collections interface (ie do not import java.util.List, LinkedList, Stack, Queue...) -...


Simple JAVA linkedlist code implementation


please help and complete any part you can


- Without using the java collections interface (ie do not import java.util.List,
LinkedList, Stack, Queue...)
- Create an implementation of LinkedList interface
- For the implementation create a tester to verify the implementation of that
data structure performs as expected


Build Bus Route – Linked List
- Your task is to:
o Implement the LinkedList interface (fill out the implementation shell)
o Put your implementation through its paces by exercising each of the
methods in the test harness
o Create a client (a class with a main) ‘BusClient’ which builds a bus
route by performing the following operations on your linked list:
o
§ Create (insert) 4 stations
§ List the stations
§ Check if a station is in the list (print result)
• Check for a station that exists, and one
that doesn’t
§ Remove a station
§ List the stations
§ Add a station before another station
§ List the stations
§ Add a station after another station
§ Print the stations



Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here