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

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.

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.

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.

Replying to @oliverchew

1
16

Followers

Loading…