Singly-linked list/Element definition: Difference between revisions

Content deleted Content added
m →‎{{header|Java}}: Added works with template
m Added to <20 category
Line 1: Line 1:
{{task}}[[Category:Data Structures]]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.
[[Category:Less Than 20 Examples]]{{task}}[[Category:Data Structures]]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.


=={{header|Ada}}==
=={{header|Ada}}==