Doubly-linked list/Definition: Difference between revisions

m
Exchanged start/end
(Added PicoLisp)
m (Exchanged start/end)
Line 766:
and one to the end of the list.
 
+------------> endstart
|
+--+--+-----+
| | | ---+---> startend
+-----+-----+
<lang PicoLisp># Build a doubly-linked list
Anonymous user