Linked List Assignment

 

Change the linked list code to doubly linked.

 

Prove that it works by creating a print backwards.  Follow each print with a printBackwards.  Remove the prev variable from the add/delete code.