Doubly-linked list/Element definition: Difference between revisions

m
No edit summary
Line 468:
 
=={{header|Mathematica}} / {{header|Wolfram Language}}==
Mathematica and the Wolfram Language have no lower-level way of handling pointers. It does have a built-in highly efficient and, compilable doubly-linked list data structure:
<lang Mathematica>CreateDataStructure["DoublyLinkedList"]</lang>
 
1,111

edits