Press "Enter" to skip to content

How to implement a Linked List in Java

Ajk 0

Following our Binary Tree Implementation in Java, I put 5 mins of my time towards a small tutorial on ‘How to implement a Linked List in Java. Everything can be found in the Interview Question Repository on GitHub.

Implement a Linked List in Java

Now you should be able to implement a Linked List in Java on your own! Not that Linked Lists are one of the very basic data structures which will be very useful throughout your interviews. If you do not know what a Linked List is take a look at the wikipedia article LinkedList. If you would want to learn how to implement a linked list in another language, or do additional operations with linked lists in java, then hit me up and I will be happy to make a follow up post.

Hope you guys enjoyed it… and I’ll see you guys next time ;D

The following two tabs change content below.
If you like one of my posts the best way to support is give it a thumbs up, comment, or share it on social media 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *