[Newbies] Linked list structure?

Marcin Tustin mm3 at zepler.net
Mon Jul 28 02:27:08 UTC 2008


Is there - either as standard, or freely downloadable - a datastructure that
is ordered, has constant-time appends of items, requires no particular
protocol of the items stored, and can be iterated over (without allocating a
new structure) starting with the first item added, proceeding to the next
item added? I.e. has the characteristics of a linked list structure in most
other datastructure libraries?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/beginners/attachments/20080727/55912677/attachment.htm


More information about the Beginners mailing list