Let's learn about one of the most iconic data structures: Doubly Linked Lists!
Let's learn about Doubly Linked Lists!
Let's start off by covering the node class!
Building and destroying our list!
Let's add data to our list!
Time to add some helper functions!
Let's remove data from our list!
Making our list easier to work with!
Let's access data in an easier, prettier way.
Resizing our linked list
Let's look at our first use case for a linked-list
Let's put our linked-list to use by creating a Big Integer object
We have finally finished our doubly linked list!