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’.
Not quite done yet, but append and remove have been coded, and should work! As well as the Element class, though that is mainly just getters and setters.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.