RosettaCodeData/Task/Doubly-linked-list-Definition/00-TASK.txt
2023-07-01 13:44:08 -04:00

9 lines
240 B
Text

Define the data structure for a complete Doubly Linked List.
* The structure should support adding elements to the head, tail and middle of the list.
* The structure should not allow circular loops
{{Template:See also lists}}
<br><br>