Java Implementation of a Linked List
- 1 Devlogs
- 0 Total hours
Using Java (on Intelli), I have been working on making some fundamental data structures l've learnt in school. Today, I've been making a linked list. I used 0OP with an 'Element class (hence the name) being the element. The 'LinkedList class holding all the methods such as 'append', 'insert', and load more. Though this is kinda a standalone project so far, I will ideally add it to make a larger project.