RosettaCodeData/Task/Doubly-linked-list-Traversal/00-TASK.txt
2023-07-01 13:44:08 -04:00

6 lines
173 B
Text

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}}
<br><br>