Talk:Doubly-linked list/Element definition: Difference between revisions

From Rosetta Code
Content added Content deleted
(Questions about the use of NOT NULL in the Ada 2005 version)
(No difference)

Revision as of 22:56, 18 July 2008

The Ada 2005 version includes links Next and Previous with the Not Null attributes. How does one designate either end of the doubly linked list without the null link? Another way to ask is, what does the previous link access at the head of the list, and what does the Next link access at the end of the list? --Waldorf 22:56, 18 July 2008 (UTC)