Mini-Assignment #3
Completion requirements
Make a submission
Opened: Monday, 26 September 2022, 12:00 AM
Due: Wednesday, 28 September 2022, 11:00 AM
In class, we wrote the add method for the linked list. Please write a method that adds at the end and a method that add anywhere in the list. The latter method should take the position of where to add (could be add before x or add after x - that's up to you).
Just copy/paste your updated LinkedList class to this assignment.