Doubly-linked list/Traversal: Difference between revisions

m
added whitespace before the table of contents (TOC).
(Add task to ARM assembly Raspberry pi)
m (added whitespace before the table of contents (TOC).)
Line 1:
{{task|Data Structures}}[[Category:Iteration]]
[[Category:Iteration]]
 
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>
 
=={{header|Ada}}==
{{works with|Ada 2005}}