RosettaCodeData/Task/Doubly-linked-list-Definition/00DESCRIPTION
2016-12-05 22:15:40 +01:00

8 lines
238 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>