Jump to content

Doubly-linked list/Element definition: Difference between revisions

(+ AutoHotkey)
Line 295:
 
=={{header|Perl}}==
Just use an array. You can traverse and splice it any way. Linked lists are way too low level.
 
However, if all you have is an algorithm in another language, you can use references to accomplish the translation.
 
<lang perl>my %node = (
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.