javadata-structureslinked-list

LinkedList remove method


What is a doubly linked list's remove method?


Solution

  • The same algorithm that Bill the Lizard said, but in a graphical way :-)

    Remove From Linked List
    (source: jaffasoft.co.uk)