Linked List in Java
Channel:
Subscribers:
1,330,000
Published on ● Video Link: https://www.youtube.com/watch?v=195KUinjBpU
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-30 | Java Binary Search Tree 2 |
2013-03-28 | Java Binary Search Tree |
2013-03-25 | Java Hash Tables 3 |
2013-03-22 | Java Hash Tables 2 |
2013-03-20 | Java Hash Table |
2013-03-18 | Big O Notations |
2013-03-16 | Java Quick Sort |
2013-03-14 | Java Shell Sort |
2013-03-09 | Java Recursion |
2013-03-07 | Linked List in Java 2 |
2013-03-03 | Linked List in Java |
2013-03-01 | Stacks and Queues |
2013-02-28 | Java Sort Algorithm |
2013-02-24 | Java Algorithms |
2013-02-21 | MVC Java Tutorial |
2013-02-15 | Mark of the Ninja Review |
2013-02-11 | Code Refactoring 18 |
2013-02-09 | Code Refactoring 17 |
2013-02-08 | Code Refactoring 16 |
2013-02-07 | Code Refactoring 15 |
2013-02-03 | Code 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)