Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Data Structure and Algorithm Design CSCI 3000 Name: Assignment 3- Linked List Date: For this assignment, you wil be completing several methods in a class

image text in transcribed
image text in transcribed
Data Structure and Algorithm Design CSCI 3000 Name: Assignment 3- Linked List Date: For this assignment, you wil be completing several methods in a class named LinkedList.java file. You will fill in the implementation of the following methods using Nodes (you may use as a reference the LinkedList exercise we completed in class using java or C++ getFirstO addFirst(item) contains( item) set( int n, item) removeNthNode int n) addNode(int n, item) removeLastO getLastO It is your task to implement each of the missing methods. The main method in the LinkedList.java file instantiates a linked list that can hold Strings, but your code should work with any objects stored within the list. After completing all the methods, your output should look like: LinkedList is empty: true The size is: 0 Linked list: LinkedList is empty: false The size is: 3 Linked list: Node: I Node: Love Node: CS 3000 LinkedList is empty: false The size is: 3 Linked list Node: Wc Node: Love Node: Weckends LinkedList is empty: false The size is: 5

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Database 11g SQL

Authors: Jason Price

1st Edition

0071498508, 978-0071498500

More Books

Students also viewed these Databases questions

Question

Discuss consumer-driven health plans.

Answered: 1 week ago