previous | start | next

Remove Last

This is a problem for a singly linked list whether we have guard nodes or not.

What is needed is to change to doubly linked Nodes.

But this means we have to redo all the previous operations that were already easy.



previous | start | next