RosettaCodeData/Task/Singly-linked-list-Element-definition/00-TASK.txt
2023-07-01 13:44:08 -04:00

4 lines
224 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}}