Doubly-linked list/Element removal

From Rosetta Code
Revision as of 13:06, 25 September 2020 by Tigerofdarkness (talk | contribs) (Created task referenced in the Linked List page but not present)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Doubly-linked list/Element removal is a draft programming task. It is not yet considered ready to be promoted as a complete task, for reasons that should be found in its talk page.
Task

Define a method to remove an element from a doubly-linked list and demonstrate its use.

You may wish to use the list element defined in Doubly-Linked List (element) for the purposes of this task.