Lab 13 prelab

This week we'll be practicing more with lists.

Topics you may wish to review:

Nesting structs within Node structs as data

Doubly Linked Lists (Node * prev, Node * next)

Adding to list

Removing from list

Searching through list