Questions on linked lists

Sean Ross sross at connectmail.carleton.ca
Mon Mar 31 23:33:26 EST 2003


http://www.ibiblio.org/obp/thinkCSpy/chap17.htm

This is a chapter on linked lists, implemented in Python.

It covers wrappers, helpers, preconditions, and invariants.

Hope this helps,
Sean



"Kevin Reeder" <avail at uponrequest.org> wrote in message
news:kl8ia.27315$OV.127379 at rwcrnsc54...
> The tutorial I'm working through has a section on Linked Lists that
> has left me puzzled. I believe I got the basic concept of nodes, embedded
> references, and cargo, but when the discussion turned to wrappers,
> helpers, preconditions and invariants, I started taking on water. Can
anyone
> here point me to documentation with a good explanation of this
> subject esp in the context of Python?
>
> Kevin






More information about the Python-list mailing list