Linked List in Java 2
Get the Code: In the last video, I showed you how to create Linked Lists and how to manipulate them. In this tutorial, I will cover Double Ended Linked Lists which have a reference to the first and last link. I cover how a Doubly Linked List allows you to go backwards and forwards in a list. Then we take a look at Iterators and how they work.
|
|