**THIS IS AN IN CLASS EXCERCISE AND WILL NOT DIRECTLY AFFECT YOUR GRADE**

* Your solutions will be evaluated by the TAs to judge your knowledge of the material so please write neatly and keep your solution organized.

Problem #1: Create a diagram which displays a singly linked list being created with the values: 7, 1, 28, 13, and 10 added in the order given (show all of your steps).

Problem #2: Create a diagram which displays the node with the value 5 being inserted in the list created in Problem #1 between 28 and 13 (show all of your steps).

Problem #3: Create a diagram which displays the node with the value 13 being removed from the list in Problem #2 (show all of your steps).