Doubly-linked list/Traversal: Difference between revisions

Content added Content deleted
(Updated second D entry)
m ({{Template:See also lists}})
Line 2: Line 2:
Traverse from the beginning of a [[Doubly-linked list/Definition|doubly-linked list]] to the end, and from the end to the beginning.
Traverse from the beginning of a [[Doubly-linked list/Definition|doubly-linked list]] to the end, and from the end to the beginning.


{{Template:See also lists}}
=={{header|Ada}}==
=={{header|Ada}}==
{{works with|Ada 2005}}
{{works with|Ada 2005}}