Talk:Queue/Definition

Revision as of 22:53, 4 November 2007 by rosettacode>Waldorf (Question about the completeness of the first Python example.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The last line of the task description states Define the data structure for a FIFO element. Said element should contain a data member capable of holding a numeric value, and the link to the next element should be mutable. The Python example first provided does not satisfy this requirement. It seems that the Python example should be expanded to include a definition of the data structure for a FIFO element. - Waldorf 4 November 2007

Return to "Queue/Definition" page.