37
CS2
Leon Reznik
Week 9
Deleting a Node that is not at the Head
•
Activate the following method:
•
selection.removeNodeAfter( );
•
where selection is a reference to a node of a linked list.
•
•
Implementation needs only one statement:
•
link = link.link