Date: Tuesday, March 10, 2009.
Name: ____________________________________________
- Draw, step-by-step, how you can delete the element 3 from a linked list consisting
of elements 2, 3, and 4. Assume that we have a pointer p that points to 3.
- Write a code that, given a linked list and a pointer pointing to
one of the elements of this list, removes this element from the list.