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