Are Python deques linked lists?
Arnaud Delobelle
arnodel at googlemail.com
Mon Dec 10 03:37:08 EST 2007
More information about the Python-list mailing list
Mon Dec 10 03:37:08 EST 2007
- Previous message (by thread): My very first python web app (no framework)
- Next message (by thread): Are Python deques linked lists?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Dec 9, 10:54 pm, John Machin <sjmac... at lexicon.net> wrote: > On Dec 10, 9:43 am, "Just Another Victim of the Ambient Morality" > > <ihates... at hotmail.com> wrote: > > I'm looking for a linked list implementation. Something iterable with > > constant time insertion anywhere in the list. > > It's on the shelf between the jar of phlogiston and the perpetual > motion machine. I recommend a quick glance at any article on linked list. Here's one: http://en.wikipedia.org/wiki/Linked_list -- Arnaud
- Previous message (by thread): My very first python web app (no framework)
- Next message (by thread): Are Python deques linked lists?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list