Doubly-linked list/Element definition: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1:
{{task|Data Structures}}
Define the data structure for a [[Linked List|Linked_List#Doubly-Linked_List|doubly-linked list]] element. The element should include a data member to hold its value and pointers to both the next element in the list and the previous element in the list. The pointers should be mutable.
 
=={{header|Ada}}==
54

edits