Lecture Outline
A Doubly Linked List keeps track of each nodes
next
node, and
previous
node
The tail node the is last node in a linked list
Lecture Recording
https://youtu.be/TkTUTs0ifMA
Lecture Slides
Java Doubly Linked Lists
Code
DoublyLinkedList.java
Node.java
DoublyLinkedListDemo.java
airports.txt
feb21 project workspace
Click here to return to the course schedule