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://montana.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=4a7028d1-68b7-4036-811e-b1f4015cdbf8
Lecture Slides
Java Doubly Linked Lists
Code
DoublyLinkedList.java
Node.java
DoublyLinkedListDemo.java
airports.txt
sept23 project workspace
Click here to return to the course schedule