You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

16m logged

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.

1
16

Comments 0

No comments yet. Be the first!