Monday September 25th, 2023
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/5kswwyPQ3F8
Lecture Slides
Java Doubly Linked Lists
Code
DoublyLinkedList.java
Node.java
DoublyLinkedListDemo.java
airports.txt
sep25 project workspace
Click here to return to the course schedule