Doubly-linked list/Element definition: Difference between revisions

Content added Content deleted
No edit summary
Line 468: Line 468:


=={{header|Mathematica}} / {{header|Wolfram Language}}==
=={{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:
Mathematica and the Wolfram Language have no lower-level way of handling pointers. It does have a built-in, compilable doubly-linked list data structure:
<lang Mathematica>CreateDataStructure["DoublyLinkedList"]</lang>
<lang Mathematica>CreateDataStructure["DoublyLinkedList"]</lang>