Question: Write a program that will create a linked list as shown in class. You must use the method taught in class and not the library
Write a program that will create a linked list as shown in class. You must use the method taught in class and not the library Linked List class in Java. The linked list can be of any type (integer, character, double etc.), therefore, you can use the program you starting implementing in class Include the following requirements .A node class which will define your node A linked list class which will have your main method for testing and the following methods o A method to inscrt a node at the front of the list o A method to insert a node at the back of the list o A method to remove a node at the front of the list o o o A method to remove a node at the back of the list. A method to insert anywhere in the list A method to remove anywhere in the list A print method to output your list. Your main method should have objects created to test your list. . You can name your methods however you wish. Choosc a name that describes what the mcthod does. In order to obtain full marks each of the requirements must be included in your programm
Step by Step Solution
There are 3 Steps involved in it
To meet the specified requirements for the custom linked list program ensure that all methods and functionalities are implemented as described Heres a ... View full answer
Get step-by-step solutions from verified subject matter experts
