Write an interface for the LinkedList data structure following the methods stated in the Algos and Data Structures book. Implement the interface and write out the methods. DO NOT LOOK AT THE CODE IN THE BOOK.
This assignment was given to us by Elroy Kanye, on the 23rd March 2022. The results from this task will show proof of the fact that we have been working. A handshake will mean a good job, and a lot of shouting will mean that a poor job is better than what we're doing. Like right now. So basically, this assignment requires us to create an interface and show how much we understand its use(s) by implementing it in our classes. We had a lot of challenges, and one of them was assigning tasks to ourselves. It was very difficult, since everybody was fighting to comment the code(only), and everybody(again) refrained from doing the interface. Another challenge was fear. Yes fear. Everybody dreamt about the deadline of this task, so we always spent time sharing our fears instead of focusing to finish early.
For now, we don't know much about running with npm, so we use IntelliJ Idea by forking and cloning to our local repos.
In the future, we hope to be able to extend the functionalities of this linked list to simulate real life situations, since we're currently studying object-oriented programming.