Doubly-linked list/AutoHotkey: Difference between revisions

moved to the linked list collection
(discussion link)
(moved to the linked list collection)
Line 1:
{{collection | Doubly-linked listLinked_List}}
 
== Doubly-Linked List solutions ==
 
[http://www.autohotkey.com/forum/viewtopic.php?t=44657&postdays=0&postorder=asc&start=333 discussion]
<lang AutoHotkey>Build(D, L) { ; Double Linked list "D": D_{Head,Tail} = number>0 id of node
Anonymous user