Date: Tuesday, October 13, 2009.
Name: ____________________________________________
- Draw, step-by-step, how you can delete the element "ECE" from a linked list consisting
of elements "Math", "ECE", and "CS". Assume that we have a pointer p that points to "ECE".
- 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.