RosettaCodeData/Task/Singly-linked-list-Element-definition/00DESCRIPTION
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

3 lines
223 B
Text

Define the data structure for a [[singly-linked list]] element. Said element should contain a data member capable of holding a numeric value, and the link to the next element should be mutable.
{{Template:See also lists}}