Part 1 Implementation Doubly Linked List Attached Find Code Implementation Singly Linked L Q37241496

Part 1 – Implementation of a Doubly LinkedList

Attached you will find the code for an implementation of a SinglyLinked List.

There are 3 files:
Driver.java — testing the List functions in a main()method.
LinkNode.java — Class definition for a Node, which is theunderlying entity that stores the items for the linked list.
SinglyLinkedList.java — Class definition for the SinglyLinked List. All the heavy lifting happens here.

Task 1 – Review & Testing:
Create a new project and add these classes into the project.

Make sure that everything works. You can try out other tests in themain() as needed.

Carefully review the code and comments to see that you

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.