DEFINITION - SUB
Remove node& -- remove a (Min)ListNode& from a list
OPERATION
Unlink a (Min)ListNode& from whatever list it is in. Nodes that are
not part of a list must not be passed to this SUB !!
ARGUMENTS
node& -- pointer to the (Min)ListNode& to remove
SEE ALSO
Insertion and Removal
Back to Function Reference