Linked List in Java

Channel:
Subscribers:
1,330,000
Published on ● Video Link: https://www.youtube.com/watch?v=195KUinjBpU



Duration: 17:39
609,618 views
4,762


Get the Code: http://goo.gl/T40EF

In this video, I'll cover how work with a linked list in java. I'll show you how they work in 4 different ways.

We'll cover how to create them, what a link is, how to add and delete links, how to search through them and a whole bunch more. The basics you need to understand at the end are that:

1. A Link is an Object
2. Each Link has a reference to another Link in the List
3. The LinkedList has only a reference to the last Link added to it.




Other Videos By Derek Banas


2013-03-30Java Binary Search Tree 2
2013-03-28Java Binary Search Tree
2013-03-25Java Hash Tables 3
2013-03-22Java Hash Tables 2
2013-03-20Java Hash Table
2013-03-18Big O Notations
2013-03-16Java Quick Sort
2013-03-14Java Shell Sort
2013-03-09Java Recursion
2013-03-07Linked List in Java 2
2013-03-03Linked List in Java
2013-03-01Stacks and Queues
2013-02-28Java Sort Algorithm
2013-02-24Java Algorithms
2013-02-21MVC Java Tutorial
2013-02-15Mark of the Ninja Review
2013-02-11Code Refactoring 18
2013-02-09Code Refactoring 17
2013-02-08Code Refactoring 16
2013-02-07Code Refactoring 15
2013-02-03Code Refactoring 14



Tags:
linked lists java
java linked list
linked list java example
linked list java
java linkedlist
link list java
java linked list example
Java (programming Language)