[SOLVED] CSD235/335-Assignment 3 Linked Lists

25.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon assignment3-9upwrv.zip (154.9 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
🔒 Securely Powered by:
Secure Checkout
Rate this product

For this assignment you will  be building upon an implementation a singly linked list. A skeletal implementation of a singly linked list is provided as a starting point for the assignment. It was derived from code taken from the text, “Starting out with Java: from control structures through data structures”, 3rd edition, Tony Gaddis and Godfrey Muganda.

The Modi cations

Add the following methods to LinkedList:

Do NOT put a “public static void main()” in LinkedList.java. Include an additional file in your project that contains method main. Include enough tests in method main() to demonstrate that all the requirements of the assignment have been met.

Hint

The intersect and union methods are set operations. Recall that a set does not have duplicates. The lists that result from the computations should contain no duplicates.

Extra Credit

Extra credit will be given to solutions that are the most efficient with respect to execution time and memory usage. However, in order for a submission to be considered for extra credit, all of the requirements of the assignment must be met.

  • assignment3-9upwrv.zip