You'll have to code the solution of the individual Tasks in separate Task java files. In each of the Task Java file you'll see two methods; one main method and another method where you'll have to do ...
In this part of the assignment, you will implement a data structure similar to Java's LinkedList and write JUnit tests to ensure that your implementation functions correctly. Additionally, you will ...