Doubly-linked list/Traversal

From Rosetta Code
Revision as of 14:33, 9 October 2009 by rosettacode>Glennj (Created page with '{{task|Data Structures}}Category:Iteration Traverse from the beginning of a doubly-linked list to the end, and from the end to the beginning.')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Task
Doubly-linked list/Traversal
You are encouraged to solve this task according to the task description, using any language you may know.

Traverse from the beginning of a doubly-linked list to the end, and from the end to the beginning.